The Object (computer science) reference article from the English Wikipedia on 24-Apr-2004
(provided by Fixed Reference: snapshots of Wikipedia from wikipedia.org)

Object (computer science)

For thoughtful child sponsors
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.

In some occasions, some 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 methodss. 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.

In object-oriented programming, an instance is an "instantiated" object of a particular class. Each instance is a variation on a general theme; one which is defined by the parent class. For instance (haha), my dog "Killer" could be described as an instance of a dog (where dogs are a class of animal).

See also

This article is a stub. You can help Wikipedia by expanding it.