Multiple Choice
When class B inherits from class A:
A) A is the superclass and B is the subclass.
B) A is the subclass and B is the superclass.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q22: Private fields and methods are part of
Q23: If the call to the direct superclass
Q24: Usually, an abstract class contains at least
Q25: Protected fields and methods are inherited.
Q26: Which Java keyword do we use in
Q28: Which of the following cannot be an
Q29: If a class has an abstract method,
Q30: Some OOP developers call a subclass the
Q31: Typically, an abstract class is a class
Q32: Which of the following is true of