When The Operator To Be Overloaded Becomes The Left Operand #962
When the operator to be overloaded becomes the left operand member then ______________
This multiple choice question (MCQ) is related to the book/course
gs gs111 OOP Object Oriented Programming Java.
It can also be found in
gs gs111 Member Functions & its Types - Object Oriented Programming MCQ: Member Operator Function - Quiz No.1.
When the operator to be overloaded becomes the left operand member then ______________
The right operand acts as implicit object represented by *this
The left operand acts as implicit object represented by *this
Either right or left operand acts as implicit object represented by *this
*this pointer is not applicable in that member function