Multiple Choice
Which keyword do we use in the header of a class that inherits from another class?
A) inherits
B) extends
C) protected
D) modifies
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q40: Inheritance helps organize related classes into _.
Q41: Why does Java provide a protected access
Q42: Private fields and methods are inherited.
Q43: An interface can contain instance variables.
Q44: Assuming that class B inherits from class
Q46: Which of the following would make the
Q47: Why would you want to override a
Q48: A class must implement at least one
Q49: Which of the following is the correct
Q50: Abstract methods can be called.