Across
- 3. A set method will never include the word
- 4. A variable that can be used anywhere is said to be
- 6. A class variable is often called a(n)
- 8. Constructor calls occur in what file
- 9. An object is said to be a(n) ____________ of the class
- 12. A constructor with at least one parameter is called
- 14. The specific order of parameters listed in a method title is called it's _____________
- 15. A constructor is used to create a(n)
- 17. The number of default constructors you can have in a class file is __________
- 18. This word will nearly always indicate a modifier method.
Down
- 1. A constructor without any parameters is called the
- 2. A file that can create an object is often called a
- 5. A variable created within a small section of the class file is called
- 7. Objects require a _______ file
- 8. A method that changes the value of an instance variable is called a(n)
- 10. The limits of where a variable can be used is called the ________ of the variable.
- 11. A method that only tells you information is called a(n)
- 13. Code sections that accomplish a certain task are called
- 14. A modifier method is often identified by the word
- 16. Instance variables are declared at the ___ of the class file
