Question : Class extending abstract class is not getting instantiated

I have a class A which extends an Abstract class ClassB. If I instantiate ClassA it is simply throwing an error.

Answer : Class extending abstract class is not getting instantiated

When extending an abstract class you must implement implement all the abstract methods from that class or declare the sub-class as abstract also.

Is your error a compilation or runtime error?
Random Solutions  
 
programming4us programming4us