If the left operand is pointed by *this pointer, what happens to other operands?
(a) Other operands are passed as function return type
(b) Other operands are passed to compiler implicitly
(c) Other operands must be passed using another member function
(d) Other operands are passed as function arguments
This question was addressed to me by my college professor while I was bunking the class.
Question is taken from Member Operator Function in chapter Member Functions & its Types of Object Oriented Programming