Multiple Choice
What key word can you use to call a superclass constructor explicitly?
A) goto
B) this
C) super
D) extends
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q8: A functional interface is simply an interface
Q19: Inheritance involves a subclass, which is the
Q35: Look at the following code. What is
Q36: What is wrong with the following code?<br>IntCalculator
Q37: In the following statement, which is the
Q39: If ClassC extends ClassB, which extends ClassA,
Q41: Like a family tree, a _ shows
Q42: The super statement that calls the superclass
Q45: If a class contains an abstract method:<br>A)
Q61: Every class has a toString method and