What makes a class abstract?
Options
- The class must not have method definitions.
- The class must have a constructor that takes no arguments.
- The class must have a function definition equal to zero.
- The class which cannot be instantiated as they are mainly for inheritance.
CORRECT ANSWER : The class which cannot be instantiated as they are mainly for inheritance.
Write your comments