Question d’entretien chez Morgan Stanley

How to have multiple inheritance in Java

Réponse à la question d'entretien

Utilisateur anonyme

18 déc. 2016

In Java, multiple inheritance can be implemented with the help of interface. In Java, one can't "extend" multiple classes so instead "implement" interface and extend Java.