Chapter Three Vocab
Across
- 3. describes the kind of value that can be stored in a variable
- 4. process of combining two strings a and b into one string abp
- 6. movements correlate the movements of two objects
- 7. variable that is local to a method
- 8. function-message that can be sent to the world
- 12. variable that can only be accessed within a method
- 15. process of allocating program memory for a variable and giving a name with the storage location.
- 18. component that is capable of moving an object
Down
- 1. a named container in which a value can be stored, retrieved, and changed
- 2. that stores an argument
- 5. a value that you pass to an object by way of a message
- 9. statement line in a function that sends a value back to the place from which the function was sent
- 10. message sent to an object that returns a value
- 11. storage container for an object property
- 13. variable container that stores the property of an object
- 14. value used as a temporary argument
- 16. data that is initially stored in a variable
- 17. a name that refers to a piece of program memory allocated to a variable