Multiple Choice
Which of the following is the superclass constructor call syntax?
A) keyword super, followed by a dot (.) .
B) keyword super, followed by a set of parentheses containing the superclass constructor arguments.
C) keyword super, followed by a dot and the superclass constructor name.
D) None of the above.
Correct Answer:

Verified
Correct Answer:
Verified
Q8: Which superclass members are inherited by all
Q9: Inheritance is also known as the<br>A) knows-a
Q10: Which statement is true when a superclass
Q11: The default implementation of method clone of
Q12: To avoid duplicating code, use _, rather
Q14: Which of the following is not a
Q15: Which of the following statements is false?<br>A)
Q16: The default equals implementation of class Object
Q17: When a subclass constructor calls its superclass
Q18: Superclass methods with this level of access