Question d’entretien chez Test Yantra

Is multiple inheritance supported in Java?

Réponses aux questions d'entretien

Utilisateur anonyme

9 janv. 2018

no, it is not supported in java,because it will raise ambiguity.

Utilisateur anonyme

9 févr. 2019

No its not allowed in java..beacuse , In constructor chaining process it will create an ambiguity.

Utilisateur anonyme

11 juill. 2019

Java does support multiple inheritance through interface