Multiple Choice
You ____ functions when you create functions with the same name but with different argument lists.
A) abstract
B) replace
C) overload
D) override
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q30: Function templates serve as an outline or
Q31: What are macros? Should you use them?
Q32: Match each term with the correct statement
Q33: The option of using multiple types in
Q34: Complete the following function template:<br>_<br>T reverse(T x)<br>{<br>Return
Q36: Match each term with the correct statement
Q37: Create a displayAndCompare() function that displays two
Q38: Consider the following function template:<br>Template<br>Void repeatValue(T val,
Q39: Match each term with the correct statement
Q40: In Java, C#, and Smalltalk, all objects