Q. Abstract class is ___.
β
Correct Answer: (D)
All of these
Explanation: An abstract class is a class that contains an abstract method. It is defined using abstract keyword only has method declarations and to use these methods, the abstract class needs to be inherited.