Multiple Choice
Any child class function with the same name as the parent, yet with an argument list that differs from the parent's, ____ the parent function.
A) specializes
B) generalizes
C) overloads
D) overrides
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q23: Match each term with the correct statement
Q24: When a child class function overrides a
Q25: If you do not use an access
Q26: The three access specifiers available for class
Q27: _ in C++ means you can create
Q29: Overriding a base class member function with
Q30: _ data and functions can be accessed
Q31: Match each term with the correct statement
Q32: When you instantiate a class object that
Q33: The _ access specifier allows members to