Java Objects

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