Method
From GNUstepWiki
A method is a procedure that can be executed by an object.
[edit]
Class Method
A method that can be used by the class object rather than by instances of the class.
[edit]
Factory Method
Same as class method.
[edit]
Instance Method
Any method that can be used by an instance of a class rather than by the class object.