Multiple Choice
When a derived class contains a method that overrides a parent class method, you can use the keyword ____ to access the parent class method from within the derived class.
A) base
B) super
C) upper
D) parent
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q9: When you use information hiding by selecting
Q9: The ability to inherit from more than
Q10: A(n) _ data field or method can
Q13: Every class you create in C# derives
Q15: The entire list of parent classes from
Q16: The keyword _ always refers to the
Q19: Inheritance is _, which means a child
Q33: Show an example of a class definition
Q35: When all base class constructors require arguments,
Q39: A superclass contains all the fields and