
Why Java Doesn't have Multiple Inheritance It is Advantage or Disadvantage.........

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