-
If a class inheriting an abstract class does not define all of its function then it will be known as?
-
- A simple class
- interface
- Abstract
- Static class
- None of these
Correct Option: C
Any subclass of an abstract class must either implement all of the abstract method in the superclass or be itself declared abstract.