Virtual base class
Across
- 5. — Inheritance involving more than one base class
- 6. — Problem solved using virtual base classes
- 8. — Special function called when an object is created
- 9. — Keyword used to declare a virtual base class
- 10. — Mechanism of deriving one class from another
Down
- 1. — Instance of a class
- 2. — Confusion caused by duplicate inherited members
- 3. — Blueprint for creating objects
- 4. — Parent class in inheritance
- 7. — Class that inherits from a base class