By overloading + operator, it is possible to _________

By overloading + operator, it is possible to _________ Correct Answer Use binary addition

Overloading an operator allows the operator to perform the same operations on multiple types. In this case, + operator is predefined for arithmetic operation, it can be overloaded to perform the same on binary numbers.

Related Questions

When the friend operator overloading is converted into member operator overloading _______________
Which of the following statements is NOT valid about operator overloading?
Operator overloading is ___________
What is operator overloading in C++?