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