[Off] The ... of Multiple Inheritance (was: Re: [plt-scheme] Lightweight object system)
On 9/5/07, Erich Rast <erich at snafu.de> wrote:
> I've always wondered why so many people are opposed to multiple inheritance. To
> me, it looks quite useful.
It depends more on your development philosophy. If you want to do
OOAD, and use the (tougne in cheek) "full power of OO", MI is a way to
go.
Eiffel deals with MI in a very simply manner, when classes occur you
can rename duplicate features and also 'select' the features that you
want to satisfy the signature for the class.