Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
As noted, the @implementation section contains the actual code for the methods you declared in the @interface section. Just as a point of terminology, you say that you declare the methods in the @interface section and that you define them (that is, give the actual code) in the @implementation section.
The general format for the @implementation section is as follows: