Java crossword Labs
Across
- 2. general class, from which a more specialized class inherits
- 5. a sequence of statements that has a name, may have formal parameters, and may return a value
- 6. see do-while
- 9. a method that sets parameters
- 12. a method with the same name, but different arguments
- 13. refers to changing an entity of one datatype into another
- 14. a class that implements a growable array of object reference a value that denotes the location of the object in memory
- 15. an item of information that is specified to a method, when the method is called
Down
- 1. a method that gets parameters
- 3. a sequence of characters
- 4. a program that translates code into machine language
- 7. a class that inherits variables and methods from a superclass but adds instance variables, adds methods, or redefines methods
- 8. name of a variable, method or class
- 10. a parameter of a method other than the object on which the method is invoked. They are enclosed by parenthesis
- 11. a type with no instance variables, only abstract methods and constants