Need help in C To overload the addition operator what shoul
Need help in C++
To overload the addition operator +, what should be the name of the function that would perform the computation? Be sure to strike the Enter key before clicking on the Save button.Solution
To overload the addition operator +, what should be the name of the function that would perform the computation ?
Answer :-
To overload the addition operator +, the name of the function should be friend function that would perform the computation.
