What is the difference between abstract class and an interface?
Réponse à la question d'entretien
Utilisateur anonyme
15 janv. 2026
Abstract class can contain implementation, interface not. In abstract class you can define access modifiers, in interface not and interface cannot contain fields.