Programming 4

12345678910
Across
  1. 3. Place holder for a value
  2. 4. Method/ a method that is specifically for more than one object
  3. 8. Breaking overall code into smaller pieces
  4. 9. represents attributes & characteristics
  5. 10. Thinking about overall task instead of small tasks
Down
  1. 1. the value assigned to a parameter
  2. 2. a method that defines behaviors for a single object
  3. 5. Category of something
  4. 6. sets of standard Alice methods that give basic behaviors to objects
  5. 7. creating a new class based on a previously defined class