Multiple Choice
To allow a property to be overridden, you must include the virtual keyword in the property's declaration in the _________ class.
A) constructor
B) derived
C) base
D) virtual
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
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
Q6: When you want to make sure a
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
Q12: Properties in a base class can be