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:

Verified
Correct Answer:
Verified
Related Questions
Q1: In object oriented programming, _ is used
Q2: The _ inherits fields, properties, and methods
Q3: A(n) _ is a property that appears
Q4: A class that is not intended to
Q5: A method that accepts a base class
Q7: To allow a property to be overridden,
Q8: Only methods in a derived class can
Q9: A(n) _ is a method with no
Q10: To declare a class as abstract, you
Q11: The _ declares that a method in