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


in reply to Multiple inheritance with multiple contructors?

perltoot has a section called Multiple Inheritance that seems to be what you're looking for.

--twerq
  • Comment on Re: Multiple inheritance with multiple contructors?

Replies are listed 'Best First'.
Re: Re: Multiple inheritance with multiple contructors?
by bizzach (Beadle) on Aug 09, 2002 at 18:43 UTC

    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.