Programming and Logic Lesson 6
Across
- 7. An object that is used to calculate or evaluate a value or values
- 8. is used to store data in the computer's memory that the computer will access and manipulate when executing a program
- 9. is used to combine strings together to form one string
- 10. the variable that holds the argument data (value) needed by the method
- 12. An instance of a class
Down
- 1. A named unit of code that performs a task or causes an action to take place
- 2. A combination of variables, values, functions, and operators which is evaluated and produces another value
- 3. The value that is passed to a method when it is called so it knows what to do
- 4. The various characteristics of an object
- 5. A definition or blueprint used to create a particular type of object
- 6. An object built from a class
- 11. The actions that an object can perform
- 13. handler A function used to tell the program what to do when an event occurs