Across
- 2. Binding done during runtime
- 5. A real-world entity created from a class
- 7. Keyword used to create an object
- 10. Used to implement an interface
- 12. A class that cannot be inherited
- 13. The parent class is also called
- 15. A method that cannot be overridden
- 16. A class that contains abstract methods
- 17. Method that needs an object to be called
- 18. Keyword used to stop inheritance
- 19. Method that belongs to the class, not object
- 20. Parent class reference keyword
- 24. Keyword used to stop method overriding
- 25. Interface supports ______ inheritance in Java
Down
- 1. Child class reference keyword (current object)
- 3. Used to inherit a class in Java
- 4. A class that cannot be instantiated
- 6. A special method used to initialize objects
- 8. Blueprint used to create objects in Java
- 9. A method without body (only declaration)
- 11. Interface methods are by default ______ (Java 8+)
- 14. A variable shared among all objects of a class
- 21. Relationship where one class acquires properties of another
- 22. The child class is also called
- 23. Binding done during compilation time
