Home » C++ Programming » Functions » Question
  1. What will happen when the function call operator is overloaded?
    1. It will modify the object
    2. It will not modify the functions
    3. It will modify the operator to be interpreted
    4. It will modify the functions
    5. None of these
Correct Option: C

It will modifies how the operator is to be interpreted when applied to objects of a given type.



Your comments will be displayed only after manual approval.