34,333
edits
Changes
→Structuring Object-Oriented Objective-C Code
</pre>
Next, the implementation section goes in a file traditionally named ''ClassName.m'' where ''ClassName'' once again is refers to the name of the class. For example, BankAccount.m will contain the following (note that it is necessary to import the BankAccount.h file into this file):
<pre>