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