Across
- 2. define fields and methods in a human readable form
- 5. XXXXXXXX XXXXXXXXX many similar objects can be created from a single class
- 8. change the state of fields an object
- 9. methods receive information in the form of XXXXXXXXXX to provide the information they need to work
- 11. another world for running a method
- 12. model items from a problem domain
- 13. methods can XXXXXX a value as a result of its operation, such as a calculation or manipulation
- 14. converts java source code into machine code, ready for execution
- 15. store the state of the object
Down
- 1. parameters/arguments need to have a type, so the method knows what type of parameter it is receiving
- 3. XXXXXX XXXXX is where Bluej shows objects that have been created by the Bluej IDE
- 4. objects are created from a XXXXX they represent individual instances of these things
- 6. classes can be thought of as a XXXXXXXX to create objects from
- 7. Class names always start with a XXXXXXX
- 10. the header of a method is called a XXXXXXXXX it shows all the information needed to invoke the method
- 14. a word used to describe the running of a method
- 16. the XXXXX is represented by storing values in fields
