Matching
Match each term with the correct statement below.
Premises:
Data components of a class
Variables you declare within a class, but outside of any method
Used to return a value back to the calling method
Are called class methods
Included within the method declaration parentheses
The first line of a method
An application or a class that instantiates objects of another prewritten class
Variables in the method declaration that accept the values from the actual parameters
The combination of the method name and the number, types, and order of arguments
Responses:
formal parameters
method's signature
instance variables
return statement
parameter type
class user
header
data fields
static method
Correct Answer:
Premises:
Responses:
Data components of a class
Variables you declare within a class, but outside of any method
Used to return a value back to the calling method
Are called class methods
Included within the method declaration parentheses
The first line of a method
An application or a class that instantiates objects of another prewritten class
Variables in the method declaration that accept the values from the actual parameters
The combination of the method name and the number, types, and order of arguments
Premises:
Data components of a class
Variables you declare within a class, but outside of any method
Used to return a value back to the calling method
Are called class methods
Included within the method declaration parentheses
The first line of a method
An application or a class that instantiates objects of another prewritten class
Variables in the method declaration that accept the values from the actual parameters
The combination of the method name and the number, types, and order of arguments
Responses:
Related Questions
Q19: Normally, you declare constructors to be _
Q23: Access specifiers are sometimes called access _.
Q30: The interface is the part of a
Q37: You can identify a class that is
Q49: An application's main() method must have a
Q51: Which of the following is NOT an
Q55: Methods that retrieve values are called _
Q63: When creating a method that requires multiple
Q70: What are the two parts of every
Q76: Public classes are accessible by all objects,