home *** CD-ROM | disk | FTP | other *** search
- These lines are the declaration and definition of a nonstatic
- member function that overloads the unary minus operator for use
- with the Fraction class. Notice that the function operator-()
- has no arguments. An object of the Fraction class is passed
- through the "this" pointer. The body of the function and the
- return value have the same form as in any user-defined function.
-