Term
|
Definition
Computers do not understand source code. It needs to be translated to machine code before it can be executed. What is this execution called? |
|
|
Term
|
Definition
a mechanism to pass in additional data to a method |
|
|
Term
|
Definition
This can be created from a class. |
|
|
Term
|
Definition
Greenfoot scenarios consist of a set of these: |
|
|
Term
Source Code
(you can look at me by opening the class's editor) |
|
Definition
This defines every class. It defines what objects of this class can do. |
|
|
Term
|
Definition
Lists all classes and methods available in Greenfoot. We often need to look up methods here. |
|
|
Term
|
Definition
These are written into the source code as explanations for human readers. They are ignored by the computer. |
|
|