Question d’entretien chez Advisory Board

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

Réponse à la question d'entretien

Utilisateur anonyme

30 août 2018

Abstract class can have actual code defined and you can only extend one abstract class. Interface can have no actual functionality, just access points and you can implement as many as you like.