Solved

A Function Object Is

Question 67

Multiple Choice

A function object is


A) an instance of a class that has exactly one member function and no member variables.
B) an object of a class that has any number of member functions, but no member variables.
C) an object of a class that overloads the function call operator () .
D) an object that has a member variable that is a pointer to a function.
E) None of the above

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions