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, referencess.

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

See Also: