Multiple Choice
What happens to a base class member in a derived class that is not hidden by the derived class?
A) It is overridden by the derived class.
B) It is removed from the derived class.
C) It will be visible to the derived class.
D) It will be eliminated from the derived class.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q8: What keyword is an alias for the
Q9: When you use information hiding by selecting
Q10: What is another name for a derived
Q11: What are the requirements for overloading the
Q12: When a derived class contains a method
Q14: What kind of data field or method
Q15: The ability to inherit from more than
Q16: Explain the sequence of constructors that will
Q17: When presented with two classes that have
Q18: The Equals() method compares two objects and