Multiple Choice
The special syntax for invoking a constructor of the base class is:
A) super()
B) base()
C) parent()
D) child()
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q3: When you define a derived class,you give
Q7: What does the instanceof operator do?
Q8: What is package access?
Q11: Define a base class to represent a
Q12: Create a test driver to test the
Q22: Create a test driver to test the
Q24: Explain what a call to super)does in
Q30: Create a class to represent a Rectangle.Your
Q32: Inheritance is the process by which a
Q41: What is a "has a" relationship?