Jump to content

Instance method

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Vera Cruz (talk | contribs) at 05:26, 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, an instance method is a method invoked with respect to an instance of a class. Instance methods are often used to examine or modify the state of a particular object.

See also: class method