Beginner Java
Q28 / 100

What is method overriding?

Correct! Well done.

Incorrect.

The correct answer is C) A subclass providing a specific implementation of a method defined in the parent class

C

Correct Answer

A subclass providing a specific implementation of a method defined in the parent class

Explanation

Overriding occurs when a subclass provides its own implementation of an inherited method with the same signature.

Progress
28/100