JAVA Crossword Puzzle
Across
- 3. _________method cannot be overridden by sub classes
- 4. A________ class can not be able to create objects.
- 7. Same method name and parameter list in inheritance
- 9. Class Name and Method name same
- 10. makes the Java platform independent
- 12. Common shared variable for all objects
- 14. Class with in another class is called _______ class
- 15. Looping Statement
- 16. Which class in Java is used to take input from the user
- 17. ______keyword represents current object in a method
- 18. One of the access specifiers
Down
- 1. One class is inherited into n number of sub classes
- 2. Acquires the properties from one class to other classes
- 5. Cannot be used for variable
- 6. Process the values with bitlevel(operator)
- 7. Instance of a class (Blueprint)
- 8. Interface to include another Interface
- 11. Same method name with different parameter list
- 12. ________keyword refers Super class objects
- 13. List of Values with common name stored in continuous memory