When the operator to be overloaded becomes the left operand member then ______________
(a) The right operand acts as implicit object represented by *this
(b) The left operand acts as implicit object represented by *this
(c) Either right or left operand acts as implicit object represented by *this
(d) *this pointer is not applicable in that member function
I have been asked this question in unit test.
I'm obligated to ask this question of Member Operator Function in section Member Functions & its Types of Object Oriented Programming