Method

From GNUstepWiki
Revision as of 09:43, 21 June 2006 by Cbv (talk | contribs) (Added to category Objective-C)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

A method is a procedure that can be executed by an object.

Class Method

A method that can be used by the class object rather than by instances of the class.

Factory Method

Same as class method.

Instance Method

Any method that can be used by an instance of a class rather than by the class object.