Java
Across
- 1. Prevents method from being overridden
- 4. Used to call parent class constructor?
- 5. Handles the exception
- 6. Type of method declared without a body
- 8. Modifier used to access members in any package?
- 9. Keyword to declare an exception?
- 10. Used to include packages
- 13. Polymorphism at compile time is achieved using?
- 15. Block that always executes?
Down
- 2. Overriding requires which type of relationship?
- 3. Custom exceptions must extend
- 4. method that belongs to the class
- 7. Keyword to generate an exception?
- 11. Default constructor has how many parameters?
- 12. Keyword to define a method that doesn’t return anything
- 14. Visibility only within package