Multiple Choice
Any child class function with the same name and argument list as the parent ____ the parent function.
A) specializes
B) generalizes
C) overloads
D) overrides
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q2: What happens if a derived class uses
Q3: If a base class contains a function
Q4: C++ programmers usually use the _ access
Q5: Match each term with the correct statement
Q6: What are the advantages provided by inheritance?
Q7: When you define a derived class, you
Q8: What are the items that are never
Q9: When a class serves as a base
Q10: Can you create an array of parent
Q11: With respect to inheritance, what do generalization