Answer (Choose 1 answer)
What must a class do to implement an interface?
A. It must provide all of the methods in the interface and identify the interface in its implements clause and does not extend any other class.
B. It must provide all of the methods in the interface.
C. It must provide all of the methods in the interface and identify the interface in its implements clause.
D. It must identify the interface in its implements clause.