-
Which are instances of a class with member function operator() when it is defined?
-
- methods
- function objects
- member
- All of above
- None of these
Correct Option: B
Function objects are instances of a class with member function operator() defined. This member function allows the object to be used with the same syntax as a regular function call.