Quiz 5
- Define “derived class.”
- Define “base class.”
- Can a class be both derived and base?
- What does the “Substitution Principle” say?
- Describe the “Slicing” effect.
- What is about slicing and base class pointers?
- Which problems may occur when casting pointers pointing to objects in an object hierarchy?
- Why should you use multiple inheritance only in a distinct way?