Multiple Choice
If you define a function in the derived class that has the same function signature as a function in the base class, this is known as
A) overloading
B) redefinition
C) overwriting
D) a syntax error
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q17: If you have a copy constructor in
Q18: Using virtual functions is also known as
Q19: Which of the following should be virtual
Q20: If a base class has a non-virtual
Q21: You should make a function a virtual
Q23: A constructor of the base class is
Q24: The constructor for a class is inherited.
Q25: All member functions in a base class
Q26: Which of the following would correctly call
Q27: The derived class may define variables and