Multiple Choice
Aclass that implements an interface but does not declare all of the interface's methods must be declared ________.
A) public.
B) interface.
C) abstract.
D) final.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q22: Polymorphism enables you to:<br>A) program in the
Q23: Which of the following could be used
Q24: The UML distinguishes an interface from other
Q25: Consider the abstract superclass below: <br>public abstract
Q26: Which of the following statements is false?<br>A)
Q28: Every object in Java knows its own
Q29: Which of the following does not complete
Q30: Polymorphism allows for specifics to be dealt
Q31: All of the following methods are implicitly
Q32: Assigning a subclass reference to a superclass