On May 8, 2010, at 9:06 AM, Joanna Carter wrote: > If you declare +init, you are writing a static method, not an instance method.
And while we're correcting things, there's no such thing as a "static method" in Objective-C. There are class methods. The use of "static" in this way is a C++-ism. Beyond just being a matter of conventional terminology of the language community, Objective-C class methods are just as dynamic as instance methods. So the adjective "static" is inapplicable. Cheers, Ken _______________________________________________ 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: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com