C++ Programming Questions


Q.  In case of binary operator overloading with member function, which of following statement should be taken into consideration?

a. Right hand operand must be object.
b. Left hand operand must be object.
c. Both the operands must be objects.
d. All of these should be considered.



 
 

    Discussion

Post your comment / Share knowledge