0

Why Multiple Inheritance is discouraged in c++? And as we all know java doesn't support Multiple inheritance. Why is that?

  • 1
    Does this answer your question? [Why should I avoid multiple inheritance in C++?](https://stackoverflow.com/questions/406081/why-should-i-avoid-multiple-inheritance-in-c) – Rohan Bari May 19 '20 at 16:39
  • 1
    Multiple inheritance is not discouraged in C++. There's a great deal of FUD concerning it; people tend to scare themselves when they run into problems, resulting in an irrational reaction. Hmm, I think I may have just explained why it **is** discouraged, but that doesn't make the claimed reasons rational. – Pete Becker May 19 '20 at 18:09

0 Answers0