Jump to content

Class method

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Vera Cruz (talk | contribs) at 05:07, 16 January 2003. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

In computer science, a class method or static method can be invoked without reference to a particular object. These affect the entire class, not merely a particular instance of the class.

See also: instance method