Question d’entretien chez Antra

What is the difference between the Abstract class and interface?

Réponse à la question d'entretien

Utilisateur anonyme

25 janv. 2017

Interface does not have implementation. They are implemented by class. Abstract class is a kind of class that cannot be instantiated and can only be used as a base class.