MCQOPTIONS
Saved Bookmarks
| 1. |
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 |
| Answer» C. Either right or left operand acts as implicit object represented by *this | |