Transcription: Two member functions are private because they are used only by other member functions and friend functions of this class. These functions are called when a fraction object is constructed. The function reduce converts a fraction to its simplest form. For example, 9 over 27 becomes 1 over 3 and minus 4 over minus 2 becomes 2 over 1.