object
object
(ob' jekt) n.
1. something that is acted on; the target of an action.
2. a data value or collection of data that is created or used by a program; something occupying or associated with a space in memory.
object-dot
(ob' jekt dot') adj.
Object-oriented programming. identifying a property or method of an object by writing the object name followed by a period (called a dot) and the name of the property or method.
object-oriented
adj.
programming in a way that associates routines with the objects that they act on. In object-oriented programming, objects belong to classes, and the definition of a class includes all the routines (called methods) that act on objects in that class.





