Question d’entretien chez Multivision

What is the difference between abstract class and interface

Réponse à la question d'entretien

Utilisateur anonyme

20 août 2015

abstract class allows you to have both concrete methods as well as abstract method and interface allows you to have multiple inheritance

1