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.
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.