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