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