Multiple Choice
What keyword do we use in the class header that inherits from an interface?
A) inherits
B) interfaces
C) implements
D) modifies
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q3: Assuming that class B inherits from class
Q4: Abstract methods can be static.
Q5: When is it determined which method is
Q6: An abstract method:<br>A) has a "do-nothing" body.<br>B)
Q7: Typically, an abstract class is a class
Q9: To use polymorphism, the classes must be
Q10: Inheritance is useful for which of the
Q11: Overriding a method and overloading a method
Q12: The following code will run without errors:<br>//
Q13: An abstract class is declared to be