Transcription: Inverting a fraction object involves swapping the values in the data members num, the numerator, and denomin, the denominator. In this class, the sign of a fraction with a value less than zero is stored in the numerator. Therefore these statements include some extra logic for transferring a negative sign to the member num.