Question d’entretien chez Accenture

what is difference between abstract class and interfaces??

Réponse à la question d'entretien

Utilisateur anonyme

10 sept. 2023

The Abstract class and Interface both are used to have abstraction. An abstract class contains an abstract keyword on the declaration whereas an Interface is a sketch that is used to implement a class