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