Which of these remarks about overloading a function name is correct?
a) C++ distinguishes between function overloaded implementations by examining
differences in return types.
C++ distinguishes between overloaded function versions by examining
differences in the argument lists.
b) C++ does not support function name overloading.
c) To decide which version of overloaded functions, C++ looks first for an exact
match in the argument list types and the parameter list types.
d) If there is no match between the argument list types and the parameter list types
C++ expects the programmer to supply type conversions to get a match.
b) C++ does not support function name overloading.
d) If there is no match between the argument list types and the parameter list types
You might also like to view...
In Excel, an active cell is the where data will display when you type
Indicate whether the statement is true or false
A(n) ________ is a contract distributed with a program that gives you the right to install and use the program on one or more computers
Fill in the blank(s) with correct word