Vishnu Institute of Technology, Department of Mechanical Engineering, OOPJ- Engineers Day
Across
- 2. Wrapping data and methods into a single unit
- 7. A named memory location used to store data
- 9. A special method used to initialize an object
- 15. A keyword used to inherit a class
- 17. The method from which a Java program starts execution
- 18. The ability of an object to take many forms
- 19. A keyword used for members that belong to the class
- 20. The process of acquiring properties from another class
- 21. A keyword used to send a value back from a method
- 22. A keyword used to refer to the parent class
Down
- 1. An instance of a class
- 3. Having multiple methods with the same name but different parameters
- 4. Hiding implementation details and showing essential features
- 5. A keyword used to create an object
- 6. A sequence of characters
- 8. A contract that a class can implement
- 10. Blueprint for creating objects in Java
- 11. A keyword indicating that a method returns no value
- 12. A block of code that performs a specific task
- 13. A data type used to store whole numbers
- 14. A data type that stores true or false
- 16. A keyword that refers to the current object