in reply to Re: Re: inheritance and object creation
in thread inheritance and object creation

Well, just four classes with obvious relationships is pretty basic to me. And your solution is to not have any inheritance at all.

Sure, not having any inheritance at all is a solution to "should we use multiple inheritance". I don't think that gives you any of one of the prime benefits of OO programming (code reuse) though.

Abigail