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