MultipleInheritance

MultipleInheritance

Why Java doesn't have multiple inheritance somebody told that depends on ambiguity problem but i need clear things ....

View Answers

December 27, 2010 at 1:19 PM

Hi Friend,

When we extends more than one class, JVM get confused as to which method it should call. This causes complexity and inconsistency. So to avoid these complexities and inconsistencies Java does not support Multiple Inheritance.

Thanks









Related Tutorials/Questions & Answers:
MultipleInheritance

Ads