Multiple Choice
The ____________ declares that a derived class is allowed to override a method in the base class.
A) override keyword
B) class keyword
C) virtual keyword
D) static keyword
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q1: In object oriented programming, _ is used
Q1: A regular class is sometimes called a(n)
Q2: When one object is a specialized version
Q6: When you want to make sure a
Q8: Which one of the following is a
Q9: If the derived class introduces additional methods,
Q10: To allow a property to be overridden
Q12: Properties in a base class can be
Q21: A class that is not intended to
Q30: Which one of the following is a