multiple inheritance
From: andy (andy_wil_at_dot.com)
Date: 03/23/04
- Next message: Claudio Puviani: "Re: Is it poor design to have protected members in an abstract class?"
- Previous message: Julie: "Re: Is it poor design to have protected members in an abstract class?"
- Next in thread: Jonathan Turkanis: "Re: multiple inheritance"
- Reply: Jonathan Turkanis: "Re: multiple inheritance"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Tue, 23 Mar 2004 04:51:00 GMT
Should multiple inheritance be totally avoided or as long as the classes
inherited are not derived from the same "root" class? Is that a good
practice to derive a class from a parent class and several other classes of
only pure virtual functions? Thanks!
- Next message: Claudio Puviani: "Re: Is it poor design to have protected members in an abstract class?"
- Previous message: Julie: "Re: Is it poor design to have protected members in an abstract class?"
- Next in thread: Jonathan Turkanis: "Re: multiple inheritance"
- Reply: Jonathan Turkanis: "Re: multiple inheritance"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|