Multiple Choice
Which of the following statements depicts the valid format to call a superclass constructor from a subclass constructor?
A) superclass(name, score) ;
B) subclass(name, score) ;
C) extends(name, score) ;
D) super(name, score) ;
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q67: _ is a mechanism that enables one class
Q68: Usually, the subclass constructor only needs to
Q69: Match each term with the correct statement
Q70: Match each term with the correct statement
Q71: What are the three types of methods
Q73: It is useful to override the parent
Q74: Match each term with the correct statement
Q75: You have a Student class with a
Q76: The class used as a basis for
Q77: A nonstatic method cannot override a static