Question d’entretien chez TechFlow

Java: difference between interface and abstract class.

Réponse à la question d'entretien

Utilisateur anonyme

21 mai 2021

Members of an interface class are public, while in an abstract class we can have private, protected members of the class.