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:

Verified
Correct Answer:
Verified
Related Questions
Q49: Which of the following is the correct
Q50: Abstract methods can be called.
Q51: We can instantiate an object from an
Q52: Abstract methods can be private.
Q53: Why does using the protected access modifier
Q55: We can instantiate an object from an
Q56: Which of the following is correct regarding
Q57: When calling the constructor of a superclass
Q58: Because the private instance variables of a
Q59: An interface can contain a constructor.