object
- A region of storage. An object is created when
a variable is defined or new is invoked. An object is destroyed when it
goes out of scope. (See also instance.)
- In object-oriented design or programming, an
abstraction consisting of data and the operations associated with that data.
See also class. IBM.
- An instance of a class.
[Back]
[Next]