O
Object

An object is a variable of a class type, as distinct from a variable of a native type. The behavior of an object is defined by the code that implements the class to which the object belongs. For example, a variable of type string is an object whose behavior is controlled by the definition of the string class.

Object Code

Object code; see machine code. This term is unrelated to C++ objects.

See also [Machine Code]
Object Code Module

An object code module is the result of compiling an implementation file into object code. A number of object code modules are combined to form an executable program. This term is unrelated to C++ objects.

Object File

Object file see object code module. This term is unrelated to C++ objects.

See ...

Get Learning to Program in C++ now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.