Re: subclass overwriting superclass ivar
Re: subclass overwriting superclass ivar
- Subject: Re: subclass overwriting superclass ivar
- From: Jens Alfke <email@hidden>
- Date: Wed, 26 May 2010 13:54:08 -0700
On May 26, 2010, at 12:04 PM, vincent habchi wrote:
> At the same time, I remember having this kind of weird behavior (I mean, one variable unexpectedly written) when that variable has been (unexpectedly) released, and its space is reused by some other variable.
That’s when an object on the heap gets released and its space reoccupied. Not quite the same thing (variables aren’t objects, they point to objects.)
—Jens_______________________________________________
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