Beginner Object-Oriented Programming Concepts
Q19 / 100

What is an "abstract class"?

Correct! Well done.

Incorrect.

The correct answer is B) A class that cannot be instantiated directly and may contain both implemented and unimplemented methods

B

Correct Answer

A class that cannot be instantiated directly and may contain both implemented and unimplemented methods

Explanation

Abstract classes provide a partial implementation and define a common template, leaving some methods for subclasses to implement.

Progress
19/100