Question d’entretien chez Microsoft

Interface vs Abstract Class?

Réponse à la question d'entretien

Utilisateur anonyme

1 nov. 2013

an interface requires that you implement certain functions that are associated with that interface in order for it to work, whereas an abstract class does not force you to do that.