Multiple Choice
When a derived-class member overrides a base-class member,the base-class member can be accessed from the derived-class by using the keyword
A) base
B) top
C) super
D) None of the above
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q25: All classes in C# have object as
Q26: Derived classes provide the functionality and features
Q27: Using protected instance variables can cause derived-class
Q28: A class inherited from two or more
Q29: Which of the following statements is (are)true<br>A.We
Q31: Members of a base class that are
Q32: Which of the following pairs demonstrates the
Q33: Overriding a method differs from overloading a
Q34: Which of the following pairs demonstrates the
Q35: An advantage of inheritance is that:<br>A) all