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