Crossword

123456789101112131415
Across
  1. 1. a program that translates code into machine language
  2. 3. a sequence of statements that has a name, may have formal parameters, and may return a value
  3. 4. a method that sets parameters
  4. 5. a sequence of characters
  5. 9. an item of information that is specified to a method, when the method is called
  6. 10. a number type int or boolean
  7. 12. redefining a method in a subclass
  8. 13. refers to changing an entity of one datatype into another
  9. 14. name of a variable, method or class
  10. 15. assigned to values data (ex. Data[0])
Down
  1. 2. a method that changes the state of the object
  2. 4. the part of the program in which a variable is defined
  3. 6. cannot be changed
  4. 7. a method that gets parameters
  5. 8. one class needs services provided by another class
  6. 11. a circumstance that must be met