Which Among The Following Is Mandatory Condition For Operators #961
Which among the following is mandatory condition for operators overloading?
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.
Which among the following is mandatory condition for operators overloading?
Overloaded operator must be member function of the left operand
Overloaded operator must be member function of the right operand
Overloaded operator must be member function of either left or right operand
Overloaded operator must not be dependent on the operands