Re: NSSet designated initializer
Re: NSSet designated initializer
- Subject: Re: NSSet designated initializer
- From: Pontus Ilbring <email@hidden>
- Date: Thu, 28 Jul 2005 02:31:06 +0200
On 7/27/05, Greg Hurrell <email@hidden> wrote:
> Can someone tell me what the designated initializer for the NSSet
> class is?
>
> I know it's a class cluster and I want to override the initializer in
> my subclass so that I can guarantee that my own concrete subclass
> gets instantiated and not some other class.
"Within a class cluster, the designated initializer of the abstract
superclass is always init."
http://developer.apple.com/documentation/Cocoa/Conceptual/CocoaObjects/Articles/ClassClusters.html
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden