[Mono-list] reusing interface implementation

Chris Howie cdhowie at gmail.com
Tue May 27 11:03:34 EDT 2008


On Tue, May 27, 2008 at 10:32 AM, Mathias Tausig <mtausig at fsmat.at> wrote:
> I was afraid that it wouldn't work. Still thank you for removing the doubts.
> Do you know, why this doesn't work. I thought a bit about it, and couldn't
> find a logical reason that would prevent it.

It's because the CLR does not allow one class to inherit from more
than one other class.  Many programmers see multiple inheritance as a
bad thing.  See
<http://en.wikipedia.org/wiki/Multiple_inheritance#Debate>.

-- 
Chris Howie
http://www.chrishowie.com
http://en.wikipedia.org/wiki/User:Crazycomputers


More information about the Mono-list mailing list