oops

1234567891011121314151617
Across
  1. 1. : Memory area where local variables are stored
  2. 4. : Automatic memory management in Java
  3. 7. : Access modifier providing the highest level of data hiding
  4. 9. : Wrapping data and methods together into one unit
  5. 10. : Instance of a class
  6. 12. : Ability of object to take many forms
  7. 13. : Memory area where objects are stored
  8. 14. : Named memory location to store data
  9. 16. : Having multiple constructors with different parameters
Down
  1. 1. : Keyword used to define a variable shared by all objects
  2. 2. : Special method that has the same name as the class
  3. 3. : Abstract type in Java that only contains method signatures
  4. 5. : Concept of acquiring properties from another class
  5. 6. : Blueprint from which objects are created
  6. 8. : A block of code that performs a task
  7. 11. : Method once used instead of destructor in Java
  8. 15. : Keyword used to stop a class from being inherited
  9. 17. : Hiding the internal implementation from the user