Solved

To Define a Class That Fulfills the Requirements of an Interface

Question 88

Multiple Choice

To define a class that fulfills the requirements of an interface, the class header should include which of the following?


A) The keyword extends and the name of an abstract method in the interface
B) The keyword extends and the name of the interface
C) The keyword implements and the name of an abstract method in the interface
D) The keyword implements and the name of the interface

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions