why we can not create an instance of abstract class but we can with superclass?

Viewed 15

Why its allowed to create an object of superclass but not an abstract class. where in fact, if prevent creating an object of an abstract class then we should prevent creation of super class object.

0 Answers
Related