Question d’entretien chez Varen Technologies

What is the difference between and abstract class and interface?

Réponse à la question d'entretien

Utilisateur anonyme

21 févr. 2018

The main difference between them is that a class can implement more than one interface but can only inherit from one abstract class.