Multiple Choice
Failure to prefix the superclass method name with the keyword super and a dot (. ) separator when referencing the superclass's method causes ________.
A) a compile-time error.
B) a syntax error.
C) infinite recursion.
D) a runtime error.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q5: Private fields of a superclass can be
Q6: Class _ represents an image that can
Q7: An advantage of inheritance is that:<br>A)All methods
Q8: Which superclass members are inherited by all
Q13: The default equals implementation of class Object
Q14: Using the protected keyword gives a member:<br>A)public
Q15: Which of the following statements is (are)true?
Q16: The default implementation of method clone of
Q18: Superclass methods with this level of access
Q22: Which of the following is an example