Matching
Match each term with the correct statement below.
Premises:
An application or a class that instantiates objects of another prewritten class
Responses:
implementation hiding
static method
extended
mutator method
method's signature
return statement
parameter type
instance variables
dead code
class user
header
formal parameters
data fields
accessor method
new operator
Correct Answer:
Premises:
Responses:
implementation hiding
static method
extended
mutator method
method's signature
return statement
parameter type
instance variables
dead code
class user
header
formal parameters
data fields
accessor method
new operator
Premises:
implementation hiding
static method
extended
mutator method
method's signature
return statement
parameter type
instance variables
dead code
class user
header
formal parameters
data fields
accessor method
new operator
Responses:
Related Questions
Q10: Assigning _ to a field means that
Q11: Method names that begin with _ and
Q12: public Employee() <br>{ <br>empSalary = 300.00; <br>}
Q13: Data items you use in a call
Q14: How does the order in which methods
Q16: How do you create an object that
Q17: Often, programmers list the _ first because
Q18: public int getStudentNum() <br>{ <br> return studentNum;
Q19: Match each term with the correct statement
Q20: Match each term with the correct statement