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

Computer Science & Information Technology

You might also like to view...

If you are using Java 1.5 or above modify Program to use a for-each loop.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

Which two features act alike?

A. Rotate and Reflect tools B. Free Transform tool and Smart Guides C. Rotate tool and Move dialog box D. Free Transform tool and bounding box

Computer Science & Information Technology

How does the GlobalNames zone (GNZ) feature work?

What will be an ideal response?

Computer Science & Information Technology

In Windows 7, the _______________ displays a modest screen with some text about Performance Monitor and a System Summary.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology