Are class methods convenience methods i.e. part of the framework
        Posted  
        
            by user333639
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by user333639
        
        
        
        Published on 2010-05-07T14:34:23Z
        Indexed on 
            2010/05/07
            14:38 UTC
        
        
        Read the original article
        Hit count: 260
        
objective-c
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.
© Stack Overflow or respective owner