Day 33 Recap Questions
  1. Explain what object slicing is in C++.
  2. What is the override specifier in C++?
  3. Explain what function hiding is in C++?
  4. In C++, how do you make an abstract class?
  5. Can we create an object from an abstract class?