

MCQOPTIONS
Saved Bookmarks
1. |
What are functors in C++? |
A. | Objects of a class which are treated as functions |
B. | Objects that are used to call the function of other classes |
C. | Functions that are called using pointer objects |
D. | Functions that are called only once in a program |
Answer» B. Objects that are used to call the function of other classes | |