Multiple Choice
Which Java keyword do we use in the constructor of a class inheriting from another class if we want to call the constructor of the inherited class?
A) call
B) super
C) constructor
D) clone
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q21: Which of the options listed will happen
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.
Q27: When class B inherits from class A:<br>A)
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