CS1130 Chapter 4 vocab

123456789101112
Across
  1. 1. A placeholder that acts like a basket to receive information that we send to a method
  2. 3. A method level that defines behaviors for a single object
  3. 5. When an object is created from a class and displayed
  4. 7. A method level that reference more than one object
  5. 8. a blueprint or template that tells Alice exactly how to create and display an object
  6. 9. In a call to a method, the value sent in to a method parameter
  7. 10. the new class inherits methods from the old class
  8. 11. A coordinated sequence of instructions that will be carried out when requested
  9. 12. Thinking about a collection of instructions as if it was just one instruction
Down
  1. 1. A built-in method such as move or turn
  2. 2. The process of breaking a problem down into large tasks and then breaking each task down into simpler steps (two words)
  3. 4. Invoking or executing a method by dragging it into the code
  4. 6. An object created from a class