Question d’entretien chez Garmin

Does Java support multiple inheritance? Is there a way to simulate this?

Réponse à la question d'entretien

Utilisateur anonyme

3 mai 2011

No, it does not, but using interfaces, it can be simulated.

1