180 likes | 372 Views
Operator Overloading. Most operators in C can be overloadedTwo ways: Member function of user defined classNon-member "stand alone" functionAny operator overloading has to involve a user-defined class object Has to be at least one operand that is not built-in Most operators are binary (i.e. t
E N D