Re: State of instance variables defined at instantiation?
Re: State of instance variables defined at instantiation?
- Subject: Re: State of instance variables defined at instantiation?
- From: Ben Dougall <email@hidden>
- Date: Tue, 27 May 2003 03:39:13 +0100
On Monday, May 26, 2003, at 06:34 pm, Greg Hurrell wrote:
I've checked my Cocoa book, the list archives etc, and I want to know:
Is the state of instance variables inside an object defined at
instantiation time?
from what i know it actually occurs during alloc, so occurs before
init. what i'd like to know is if you want all internal variables set
to 0, is init necessary? what else does init do, if anything other than
set variables up?
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.