Solved

If a Base Class Does Not Have a Parameterless Constructor

Question 35

True/False

If a base class does not have a parameterless constructor, its derived class constructor must use the notation: base(parameterList) to call one of the base class's parameterized constructors.

Correct Answer:

verifed

Verified

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

Related Questions