Object-Oriented Programming (OOP)

Select the accurate description of Interface.

Correct answer

C. A contract that defines a set of methods a class must implement without specifying how.

Explanation

Interface refers to a contract that defines a set of methods a class must implement without specifying how.