Home » C++ Programming » Functions » Question
  1. What is the use of functor?
    1. It makes the class “callable” like a function
    2. It makes the attribute “callable” like a function
    3. It makes the object “callable” like a function
    4. All of above
    5. None of these
Correct Option: C

It makes the object “callable” like a function



Your comments will be displayed only after manual approval.