Solved

When a Class Implements an Interface

Question 54

Multiple Choice

When a class implements an interface:


A) it does not have to implement the abstract methods of the interface.
B) it has to implement at least one of the abstract methods of the interface, but not all of them.
C) it has to implement all of the abstract methods of the interface.

Correct Answer:

verifed

Verified

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

Related Questions