Instructions
This question set covers material on C++ classes (regular and templates) as well as pointers and references (readings from Chapters 1-3 in your book). Use the lecture slides, your notes, textbook, and other resources to research questions.
When given a choice, always choose the best answer. Answers such as “None” or “All”, maybe be listed in any order. For short essay questions, answer in a cohesive paragraph in your own words. If you research any answers in your book or elsewhere, do not copy wording from those sources.
To better understand how any code works: create a C++ project in Visual Studio and test the code. Include any needed header files.