What are overloaded functions?

A. Functions that have a different name but the same input parameter lists.
B. Functions that do the same thing.
C. Functions that have the same name and the same input parameter lists.
D. Functions that have the same name and different input parameter lists.

D

Computer Science & Information Technology

You might also like to view...

A variable whose meaning is confined to an object of a class is called:

a. instance variable b. local variable c. global variable d. none of the above

Computer Science & Information Technology

Which of the following is not a keyboard event?

a) KeyPress b) KeyDown c) KeyUp d) KeyClicked

Computer Science & Information Technology