Multiple Choice
The __________ key word is used to call a superclass constructor explicitly.
A) goto
B) this
C) super
D) extends
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q51: Protected class members can be denoted in
Q52: If a class contains an abstract method
Q53: _ tells the Java compiler that a
Q54: A compiler error will result if an
Q55: If a method in a subclass has
Q57: When declaring class data members it is
Q58: What is wrong with the following code?
Q59: In an inheritance relationship _.<br>A) the subclass
Q60: It is not possible for a superclass
Q61: Every class has a toString method and