Re: [MacPerl-AnyPerl] Re: Multiple Inheritance

2001-12-12 Thread David Iberri
Randal L. Schwartz wrote: >> "David" == David Iberri <[EMAIL PROTECTED]> writes: > > David> Can anyone point me to some docs relevant to multiple inheritance? > > David> I have two base classes A and B, then a derived class C that > David> inherits from A and B. Pretty standard, I think: >

[MacPerl-AnyPerl] Re: Multiple Inheritance

2001-12-12 Thread Randal L. Schwartz
> "David" == David Iberri <[EMAIL PROTECTED]> writes: David> Can anyone point me to some docs relevant to multiple inheritance? David> I have two base classes A and B, then a derived class C that David> inherits from A and B. Pretty standard, I think: No. Not pretty standard. Extremely un