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 16:22, 16 January 2003. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

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

See also: class variable, instance method