Object (computer science)

From Wikinfo

Revision as of 14:48, 20 January 2004 by FJB (Talk | contribs)
(diff) ← Older revision | Current revision (diff) | Newer revision → (diff)
Jump to: navigation, search


In computer science, an object is a data structure (incorporating data and methods) whose instance is unique and separate from other objects, although it can "communicate" with other objects.

An object can be conceived of as a sub program which can communicate with others by receiving or giving instructions based on its, or the other's, data or methods. Data can consist of numbers, literal strings, variables, references.

Objects are typically combined in an Object Oriented Program (OOP) to model and to solve a real life problem situation.

See Also:


References