What is binary operator overloading in c++?
Answers
Answered by
3
The binary operators take two arguments and following are the examples of Binary operators. You use binary operators very frequently like addition (+) operator, subtraction (-) operator and division (/) operator.
Similar questions