Multiple Choice
Besides the new keyword, what keyword can you use when defining a derived class member that has the same name as a base class member?
A) cast
B) hide
C) override
D) overload
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q2: What term is synonymous with a derived
Q3: A class's ToString() method is often a
Q4: When a class inherits from a base
Q5: A class that is used as the
Q6: A class that is able to inherit
Q7: Briefly describe the four public instance methods
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