Object-Oriented Programming

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