Multiple Choice
When using a derived class that contains a method that overrides a parent class method, what keyword can you use 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
Q22: If a base class and a derived
Q23: In C#, any class you create is
Q24: On some occasions, you might want to
Q25: What method can you use to return
Q26: In the event that a method that
Q28: Reusing existing classes and interfaces makes the
Q29: System.Console is an example of a class
Q30: You can assign a derived class object
Q31: What can be used as a type
Q32: What kind of a class might be