Object-Oriented Programming (OOP)

What does Abstract class refer to?

Correct answer

A. A class that cannot be instantiated on its own and may contain abstract methods to be implemented by subclasses.

Explanation

Abstract class refers to a class that cannot be instantiated on its own and may contain abstract methods to be implemented by subclasses.