Solved

If a Superclass Does Not Have a Default Constructor or a No-Arg

Question 65

Multiple Choice

If a superclass does not have a default constructor or a no-arg constructor:


A) then a class that inherits from it, must initialize the superclass values.
B) then a class that inherits from it, must call one of the constructors that the superclass does have.
C) then a class that inherits from it, does not inherit the data member fields from the superclass.
D) then a class that inherits from it, must contain the default constructor for the superclass.

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions