0. How can you force instantiation of a template?
1. What is virtual inheritance?
2. What is the difference between public, private, and protected inheritance?
3. What is a "pure virtual" member function?
4. Can you explain the term "resource acquisition is initialization?"
5. What does it mean to declare a... member function as virtual? member function as static? member function as static? member variable as static? destructor as static?
6. What is a: Constructor? Destructor? Default constructor? Copy constructor? Conversion constructor?
7. When must you use a constructor initializer list?
8. What is a constructor initializer list?