-
What will happen when the function call operator is overloaded?
-
- It will modify the object
- It will not modify the functions
- It will modify the operator to be interpreted
- It will modify the functions
- None of these
Correct Option: C
It will modifies how the operator is to be interpreted when applied to objects of a given type.