Changes

Jump to: navigation, search

An Overview of Objective-C Object Oriented Programming

1 byte added, 19:44, 14 October 2009
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>

Navigation menu