Question d’entretien chez Ericsson

differences between interfaces and abstract classes.

Réponse à la question d'entretien

Utilisateur anonyme

9 oct. 2022

interface can implement, abstract calss extend, means interface is a kind of contract, and abstract is a special class. but can the instantiate. Interface can change state, but abstract classes can.