Q:

If the left operand is pointed by *this pointer, what happens to other operands?

0

If the left operand is pointed by *this pointer, what happens to other operands?


  1. Other operands are passed as function return type
  2. Other operands are passed to compiler implicitly
  3. Other operands must be passed using another member function
  4. Other operands are passed as function arguments

All Answers

need an explanation for this answer? contact us directly to get an explanation for this answer

(d).Other operands are passed as function arguments

need an explanation for this answer? contact us directly to get an explanation for this answer

total answers (1)

OBJECT ORIENTED PROGRAMMING MEMBER FUNCTIONS MCQ

This question belongs to these collections

Similar questions


need a help?


find thousands of online teachers now
If a friend overloaded operator have to be changed... >>
<< When the operator to be overloaded becomes the lef...