Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
Let's continue to work with the Fraction class. First, you'll write a method that will enable you to add one fraction to another. You'll name the method add:, and you have it take a fraction as an argument. Here's the declaration for the new method:
90
-(void) add: (Fraction *) f;