show/hide this revision's text 2 edited tags
show/hide this revision's text 1

Objective-C: Class vs Instance Methods?

Hi, What's the difference between a class method and an instance method? Are instance methods the accessors (getters & setters) while class methods are pretty much everything else? Thanks,