Softsuave Interview Question

Why is multiple inheritances not supported in Java?

Interview Answers

Anonymous

May 18, 2021

It's prevent the ambiguity

53

Anonymous

Jun 1, 2021

Amiliguti problem

11

Anonymous

Sep 16, 2021

A class can implement any number of interfaces but can extend only one class, multiple inheritances are not supported because it leads to deadly diamond problems.

7

Anonymous

May 26, 2021

what question asked in 2nd round

34