Binary operator overloading with member function - Operator Overloading
Q. In case of binary operator overloading with member function, which of following statement should be taken into consideration?- Published on 17 Jul 15a. Right hand operand must be object.
b. Left hand operand must be object.
c. Both the operands must be objects.
d. All of these should be considered.
ANSWER: Left hand operand must be object.