Object (computer science)

This is an old revision of this page, as edited by Hirzel (talk | contribs) at 07:20, 8 August 2002. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

An object in computing is something that has an identity, a state and a behaviour. The state is encoded in instance variables (data members), the behavior in methods (member functions).

Read on: object-oriented language (computing)