0
can we create object of abstract class?
3 Answers
0
No, they can't be instantiated. They can only be used as an extension class
0
You can't create object of Abstract class, though you can create reference variable of Abstract class in order to use Polymorphism.
0
No only the class which is implementing the abstract methods can be instantiated..