Question d’entretien chez Brightspot

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

Réponse à la question d'entretien

Utilisateur anonyme

23 sept. 2020

An abstract class can implement methods where interfaces cannot have any implementation

1