CIE -1 Object Oriented Programming Using JAVA
Across
- 3. A function defined inside a class.
- 5. Method having same name but different parameters.
- 6. A blueprint used to create objects in Java.
- 7. A variable declared inside a method or block.
- 9. Constructor with no parameters.
- 11. Constructor with parameters.
- 12. A variable declared inside a class but outside methods.
Down
- 1. Keyword used to create an object.
- 2. A special method used to initialize objects.
- 4. Special method that does not return any value.
- 8. An instance of a class.
- 10. Instance variables are stored in ______ memory.
- 11. Access specifier that allows access everywhere.