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: