Matching
Match each term with the correct statement below.
Premises:
Variables you declare within a class, but outside of any method
Responses:
method's signature
header
parameter type
instance variables
formal parameters
dead code
return statement
static method
extended
data fields
accessor method
new operator
class user
implementation hiding
mutator method
Correct Answer:
Premises:
Responses:
method's signature
header
parameter type
instance variables
formal parameters
dead code
return statement
static method
extended
data fields
accessor method
new operator
class user
implementation hiding
mutator method
Premises:
method's signature
header
parameter type
instance variables
formal parameters
dead code
return statement
static method
extended
data fields
accessor method
new operator
class user
implementation hiding
mutator method
Responses:
Related Questions
Q21: Application classes frequently instantiate objects that use
Q22: Match each term with the correct statement
Q23: What are the possible results if arguments
Q24: A(n) _ variable is known only within
Q25: You can write your own constructor methods;
Q27: Write a valid class header with public
Q28: Match each term with the correct statement
Q29: _ is a principle of object-oriented programming
Q30: The interface is the part of a
Q31: A major advantage of a method is