HCLTech Interview Question

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

Interview Answer

Anonymous

Jun 2, 2013

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