Solved

Which of the Following Statements Depicts the Valid Format to Call

Question 72

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:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions