Transcription: These lines are the declaration and definition of a non-static member function that overloads the unary minus operator for use with the fraction class. Notice that the function operator minus 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.