Short Answer
When a child class function overrides a parent class function, you can say that you have ____________________ the function.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q19: To create a class Customer that derives
Q20: A derived class is also called a
Q21: _ data and functions can be accessed
Q22: _ is based on the principle that
Q23: Match each term with the correct statement
Q25: If you do not use an access
Q26: The three access specifiers available for class
Q27: _ in C++ means you can create
Q28: Any child class function with the same
Q29: Overriding a base class member function with