Lecture 2 - Slide 9 : 29
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"

An instance of a class is object in both the low-level meaning, and in the well-established OOP meaning of the word