Solved

When You Want to Make Sure a Specific Constructor from the Base

Question 6

Multiple Choice

When you want to make sure a specific constructor from the base class is used, the derived class constructor must explicitly call the base class constructor using the ____________.


A) base keyword
B) const keyword
C) Override method
D) out parameter

Correct Answer:

verifed

Verified

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

Related Questions