Re: Objective-C Question
Re: Objective-C Question
- Subject: Re: Objective-C Question
- From: Mike Abdullah <email@hidden>
- Date: Mon, 11 Mar 2013 21:10:00 +0000
On 11 Mar 2013, at 20:49, Dave <email@hidden> wrote:
> On 11 Mar 2013, at 20:45, Mike Abdullah wrote:
>
> Confused now, I thought you meant +.
>
> There is no instance of the class to call [super newDict] on?
>
> There is no:
>
> -NewDict method, just +newDict.
>
> So, surely [super newDict] should error? Since I assume that super is in this case a class not an object???
Yes, super is a class. But in Objective-C classes *are* objects.
_______________________________________________
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