Multiple Choice
If a class implements an interface, it must ____.
A) provide definitions for each of the methods of the interface
B) override all constants from the interface
C) rename all the methods in the interface
D) override all variables from the interface
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q5: Suppose that the class Mystery is derived
Q6: Suppose that the class Mystery is derived
Q7: A subclass inherits all its data members
Q8: The classes Reader and Writer are derived
Q9: In Java, stream classes are implemented using
Q11: Interfaces are defined using the reserved word
Q12: An abstract method is a method that
Q13: In Java, polymorphism is implemented using late
Q14: If class Dog has a subclass Retriever,
Q15: A subclass can directly access protected members