a + b
is equivalent to
a.operator+(b)
a
and b
are objects of different classes,
then a + b
and b + a
are interpreted differently.
This page was last modified on Feb 1, 2001
URL: http://people.hsc.edu/faculty-staff/robbk/Coms262/Lectures/OperatorsMemFuncs.html