Why Java does not support Multiple Inheritance?

Java does not support Multiple Inheritance: Java designer, Mr.James Gosling, committed to keep Java very simple to practice even for novices; infact, it is one of goals and features of Java language. Towards this goal, he avoided multiple inheritance, operator overloading, pointers and prototype declaration etc. which adds unnecessary problems in coding like making the …

Why Java does not support Multiple Inheritance? Read More »