home *** CD-ROM | disk | FTP | other *** search
- These lines are the declaration and definition of a friend member
- function that overloads the unary minus operator for use with the
- Fraction class. Notice that the single argument of the
- operator-() is an object of the Fraction class. The body of the
- function and the return value have the same form as in any
- user-defined function.
-