Transcription: Here, the overloaded minus operator is called to find the difference between the values of the fraction objects y and x. The difference is assigned to the fraction object w. Notice that the expression xTakeawayY calls a friend function where the operator is overloaded as a friend or calls a member function when the operator is overloaded as a member of the class.