18.x — Chapter 18 comprehensive quiz
And so our journey through C++’s inheritance and virtual functions comes to an end. Fret not, dear reader, for there are plenty of other areas of C++ to explore as we move forward. Chapter summary C++ allows you to set base class pointers and references to a derived object. This …