Softsuave interview question

Why is multiple inheritances not supported in Java?

Interview Answers

Anonymous

18 May 2021

It's prevent the ambiguity

53

Anonymous

1 June 2021

Amiliguti problem

11

Anonymous

16 Sept 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

26 May 2021

what question asked in 2nd round

34