Home » C++ Programming » Functions » Question
  1. Which are instances of a class with member function operator() when it is defined?
    1. methods
    2. function objects
    3. member
    4. All of above
    5. 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.



Your comments will be displayed only after manual approval.