object


An object is a software building block that holds both the computer instructions and the data concerning something that we want to represent in the computer system. An object has state, behaviour, and identity; the structure and behavior of similar objects are defined in their common class. The terms instance and object are interchangeable.


Course References:

Objects as Building Blocks
Key Concepts of Object Orientation
Class
A Note on the Word Object