Beginner Object-Oriented Programming Concepts
Q36 / 100

What does it mean for a class to "implement" an interface?

Correct! Well done.

Incorrect.

The correct answer is B) The class provides concrete implementations for all the methods declared by the interface

B

Correct Answer

The class provides concrete implementations for all the methods declared by the interface

Explanation

Implementing an interface is a commitment by the class to provide working code for every method the interface declares.

Progress
36/100