CS1130 Chapter 4

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