Are class methods convenience methods i.e. part of the framework
- by user333639
Are class methods convenience methods i.e. part of the framework e.g. +(id)alloc and instance methods are those that were implemented by the developer?
I can't seem to understand the difference between instance methods and class methods.