What is the exact problem with multiple inheritance?

Posted by Totophil on Stack Overflow See other posts from Stack Overflow or by Totophil
Published on 2008-10-22T14:17:50Z Indexed on 2010/03/26 8:23 UTC
Read the original article Hit count: 373

I can see people asking all the time whether multiple inheritance should be included into the next version of C# or Java and C++ folks, who are fortunate enough to have this ability, say that this is like giving someone a rope to eventually hang themselves.

What’s the matter with the multiple inheritance? Are there any concrete samples?

© Stack Overflow or respective owner

Related posts about oop

Related posts about language-agnostic