Q:

Which among the following is mandatory condition for operators overloading?

0

Which among the following is mandatory condition for operators overloading?


  1. Overloaded operator must be member function of the left operand
  2. Overloaded operator must be member function of the right operand
  3. Overloaded operator must be member function of either left or right operand
  4. Overloaded operator must not be dependent on the operands

All Answers

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

 (a).Overloaded operator must be member function of the left operand

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
When the operator to be overloaded becomes the lef... >>
<< Which among the following are valid ways of overlo...