14.x — Chapter 14 summary and quiz
In this chapter, we explored the meat of C++ — classes! This is the most important chapter in the tutorial series, as it sets the stage for much of what’s left to come. Chapter Review In , the focus is on creating “procedures” (which in C++ are called functions) that …