Home » C++ Programming » Overloading » Question
  1. In which of the following we cannot overload the function?
    1. called function
    2. return function
    3. caller
    4. All of above
    5. None of these
Correct Option: B

While overloading the return function, it will rise a error, So we can’t overload the return function.



Your comments will be displayed only after manual approval.