Across
- 5. providing a single interface for multiple types
- 6. method to access private data
- 9. accessible only within class functions
- 11. method for freeing data allocated by class
- 13. instantiation of a class
- 14. data associated with a class
Down
- 1. accessible outside class
- 2. relationships between classes, e.g. is-a, has-a
- 3. make an object from a class
- 4. method for instantiating class
- 7. code construct used to encapsulate data and functions
- 8. type of polymorphism used to create generic functions
- 10. method to change private data
- 12. a member function, or function of a class
