Across
- 4. A function inside a class
- 6. Access specifier with highest visibility
- 7. A real-world entity represented in program
- 11. Creating an object from a class
- 12. Feature that allows same method name with different parameters
- 15. Keyword used to prevent method overriding
- 16. A special method used to initialize objects
Down
- 1. Method called before an object is garbage collected (conceptual)
- 2. Method used to convert object into string representation
- 3. Process of hiding internal implementation
- 5. Method used to compare two objects for equality
- 8. Method used to start execution of a Java program
- 9. Keyword used to refer current object
- 10. Mechanism that allows one class to acquire properties of another
- 13. Runtime polymorphism is achieved using this concept
- 14. Method used to get class name of an object
