Changes

Jump to: navigation, search

Writing Objective-C Class Methods

57 bytes added, 20:18, 27 October 2009
The main() Function
NSLog (@"Number of BankAccount instances = %i", count);
 
[account1 release];
[account2 release];
[pool drain];

Navigation menu