Java crossword Labs

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