Question: Match each term with the correct statement below. (a) return statement (f) static method (b) header (g) data fields (c) instance variables (h) parameter type
Match each term with the correct statement below.
(a) return statement (f) static method
(b) header (g) data fields
(c) instance variables (h) parameter type
(d) methods signature (i) class user
(e) formal parameters
_____ (1) The first line of a method.
____ (2) The combination of the method name and the number, types, and order of arguments
_____ (3) Included within the method declaration parentheses
_____ (4) Are called class methods
_____ (5) Variables in the method declaration that accept the values from the actual parameters
_____ (6) Used to return a value back to the calling method
___ (7) Data components of a class
_____ (8) An application or a class that instantiates objects of another prewritten class
_____ (9) Variables you declare within a class, but outside of any method
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
