Chapter Three Vocab

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