Changes

Jump to: navigation, search

An Overview of Objective-C Object Oriented Programming

No change in size, 19:36, 14 October 2009
Declaring, Initializing and Releasing a Class instance
We are now at the point where we can write some code to work with our new BankAccount class.
== Declaring, Initializing and Releasing a Class instance Instance ==
So far all we have done is define the blueprint for our class. In order to do anything with this class, we need to create instances of it. The first step in this process is to declare a variable to store a pointer to the instance when it is created. We do this as follows:

Navigation menu