Intermediate Object-Oriented Programming Concepts
Q45 / 100

What is an "abstract method"?

Correct! Well done.

Incorrect.

The correct answer is B) A method declared without an implementation, which must be implemented by concrete subclasses

B

Correct Answer

A method declared without an implementation, which must be implemented by concrete subclasses

Explanation

Abstract methods define a required behavior signature, leaving the actual implementation to subclasses, enforcing a contract.

Progress
45/100