CS.11.02

12345678910
Across
  1. 2. A synonymous term with call, as in, to call a method
  2. 3. A method return type that indicates that no data is to be returned from a method call
  3. 5. The removal of unnecessary details, for example
  4. 7. Term given to a method name, number of, type of, and order of parameters
  5. 10. A special method in Java that serves as an entry point to begin executing from when a program is run
Down
  1. 1. This specifies what type of data a method will return
  2. 4. The term given to two or methods with the same name that can exist in the same class
  3. 6. A method return type that indicates that data of type integer is to be returned from a method call
  4. 8. Keyword that indicates the return of data from a method call or the exiting of a method call
  5. 9. Indicates that something is a method