14.1 — Introduction to object-oriented programming
Procedural programming Back in lesson , we defined an object in C++ as, “a piece of memory that can be used to store values”. An object with a name is called a variable. Our C++ programs have consisted of sequential lists of instructions to the computer that define data (via …