Question d’entretien chez TD

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

Réponse à la question d'entretien

Utilisateur anonyme

20 juin 2011

Abstract class methods can have implementation, interface methods cannot. Abstract classes can have member variables.

1