Question d’entretien chez ConnectWise

What's the difference between an abstract class and an interface?

Réponse à la question d'entretien

Utilisateur anonyme

9 févr. 2017

An abstract class can provide implementations to methods, whereas they must remain abstract in interfaces.