Re: Cocoa Dev Style: Using Class versus Object Methods
Re: Cocoa Dev Style: Using Class versus Object Methods
- Subject: Re: Cocoa Dev Style: Using Class versus Object Methods
- From: Uli Kusterer <email@hidden>
- Date: Fri, 8 Aug 2008 17:33:49 +0200
On 08.08.2008, at 07:28, Nick Zitzmann wrote:
On Aug 7, 2008, at 11:08 AM, Lee, Frederick wrote:
1) why use instantiated objects versus classes (via class
methods)?
Because class methods other than +new return autoreleased objects,
which makes non-GC memory management a little bit easier.
This is simply wrong. Ignore that. A counterexample would be +alloc.
Better read Apple's memory management rules if you want to know the
correct story.
Cheers,
-- Uli Kusterer
"The Witnesses of TeachText are everywhere..."
http://www.zathras.de
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden