13.1 — Welcome to object-oriented 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. In traditional programming (what we’ve been doing prior to this point), programs are basically lists of instructions to the …