Pregunta de entrevista de Softsuave

Why is multiple inheritances not supported in Java?

Respuestas de entrevistas

Anónimo

18 may 2021

It's prevent the ambiguity

53

Anónimo

1 jun 2021

Amiliguti problem

11

Anónimo

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

Anónimo

26 may 2021

what question asked in 2nd round

34