Multiple Choice
Set methods are also commonly called ________ methods and get methods are also commonly called ________ methods.
A) query,mutator.
B) accessor,mutator.
C) mutator,accessor.
D) query,accessor.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q2: Which method returns an array of the
Q3: Which of the following statements is false?<br>A)
Q6: Constructors:<br>A) Initialize instance variables.<br>B) When overloaded, can
Q8: Which syntax imports all static members of
Q14: Instance variables declared final do not or
Q22: Which of the following is false?<br>A) Method
Q24: When implementing a method,use the class's set
Q24: Which of the following is false?<br>A) A
Q25: A final field should also be declared
Q26: Which of the following class members should