Java 8-10: Creating Classes
Across
- 4. The actions that the instantiated object can use
- 8. The technique of using multiple constructors
- 10. What a setter does to the value of the variable being held by the object
- 12. The first line of the method
- 13. A class with a main method
- 15. A type of variable that belongs to the object
- 17. Methods have this type of scope
Down
- 1. A method in Java acts as a _________ in math
- 2. A special method in Java that sets up the object
- 3. Instance variables have this type of scope
- 5. The visibility and accessibility of the variables and functions within a section of code
- 6. Similar methods can be combined into one using this
- 7. Refers to the variable introduced in the current class
- 9. Another word for an accessor
- 10. A plan, or blueprint, for creating an object
- 11. The keyword that sends data back to the caller
- 14. By default, Java makes all variables public, which violates this idea
- 16. The type of casing for instance variables and methods