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:

Verified
Correct Answer:
Verified
Q36: A derived class may not have any
Q60: A base class cannot contain a pointer
Q61: A good reason for overloading an operator
Q62: Object composition is useful for creating a
Q63: When you overload an operator, you cannot
Q64: When you redefine the way a standard
Q65: _ is commonly used to extend a
Q66: When overloading the operator ++, _ is
Q68: A(n) _ member variable may be accessed
Q70: When a class contains a pointer to