Re: OOP Clarification
Re: OOP Clarification
- Subject: Re: OOP Clarification
- From: Adam Eijdenberg <email@hidden>
- Date: Tue, 1 Jan 2002 21:29:11 +1100
The way I understood it, a class method did have a reference to 'self',
but that reference would point to the class. In other words, you could
have a [[self alloc] init] in a class method, and it would make a new
instance of that class.
I could be mixed up, though...
Probably not, my knowledge of objective C is scarce. I was talking in a
more general sense from a procedural programming to java point of view.
Kind regards,
Adam Eijdenberg
Switched on Software