Question d’entretien chez Resemble Systems

Why multiple inheritance is not supported in java.?

Réponse à la question d'entretien

Utilisateur anonyme

21 nov. 2020

To simplify the language. If there is same method in inheriting classes there will be an ambiguity. Instead, interface can be used to achieve this.