Multiple Choice
The keyword ______ is used in the class declaration of a subclass to indicate its superclass.
A) inherits
B) extends
C) implements
D) super
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q7: Inheritance should only be used when a(n)_
Q8: A package cannot contain other packages.
Q9: A superclass method can be accessed by
Q10: What is method overloading?
Q11: Name two things that an abstract class
Q13: A class's _ members are available to
Q14: What is meant by dynamic binding?
Q15: What is a subinterface?
Q16: The constructor of a subclass can call
Q17: What is an advantage to defining an