On 11 Mar 2013, at 20:49, Dave <d...@looktowindward.com> 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 (Cocoa-dev@lists.apple.com) 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: https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com