Domanda di colloquio di HCLTech

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

Risposta di colloquio

Anonimo

2 giu 2013

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