Question d’entretien chez HCLTech

Why Java has provision to have Abstract clases with no methods defined if it has interfaces also?

Réponse à la question d'entretien

Utilisateur anonyme

2 juin 2013

Because in Java you can only inherit from one class but you can implement more than one interface.