CS1130 Chapter 4

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