Which of the following does the C++ compiler not examine in order to select the proper overloaded function to call?

a. Types and order of the arguments in the function call.
b. The number of arguments in the function call.
c. The return type of the function.
d. It examines all of the above.


c. The return type of the function.

Computer Science & Information Technology

You might also like to view...

To help human readers understand why a method's statements are there, good programmers insert explanatory ____ into their methods.

A. behaviors B. actions C. comments D. conditions

Computer Science & Information Technology

Sequences never include ____.

A. terminations B. tasks C. decisions D. steps

Computer Science & Information Technology

Which principle tells the developer to allow the user access to only what is need for that user's job?

A. Least Privilege B. Fail Securely C. Keep It Simple D. Defense in Depth

Computer Science & Information Technology

Which of the following actions can the MediaPlayer class NOT do?

A. play different music formats B. play music files C. report its current state D. stop playing music

Computer Science & Information Technology