Basic facilities
- slide 10 : 42
The general notation of objects in C++
Objects in C++ have a generalized meaning compared to many other object-oriented programming languages
An
object
is "something in memory"
The C++ Programming Language
: Page 84
The low-level notation of a C++ object
Something in memory
- a contiguous region of storage
An array
A variable
An
instance of a class
is both an object in the
low-level meaning
, and the well-established
OOP meaning
of the word