nOperator Overloading
does not allow us to alter the meaning
of operators when applied to built-in types
äone of the operands must be an
object of a class
ä
nOperator Overloading does
not allow us to define new operator
symbols
äwe overload
those provided for in the language to have meaning for a new type
of data...and there are very specific rules!
n