http://qs321.pair.com?node_id=189000


in reply to Re: Multiple inheritance with multiple contructors?
in thread Multiple inheritance with multiple contructors?

I checked that. It has a section on inheriting a single constructor but it doesn't show how to call multiple constructors.

I'm starting to think that what I'm trying to do is actually a hack and not good design. I'm really asking to inherit the constructor from multiple classes into a single subclass. Not really a supported OO concept.