Multiple Choice
What terminology describes a method that returns information about an object and does not change the object's internal data?
A) mutator
B) accessor
C) void
D) public
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q30: If greeting refers to a String object,
Q31: Which of the following statements about methods
Q32: What do object variables store?<br>A)objects<br>B)classes<br>C)object references<br>D)numbers
Q33: Which of the following is a mutator
Q34: What is an object?<br>A)A sequence of instructions.<br>B)Any
Q36: In Java, a(n) _ specifies the kind
Q37: What is the purpose of the assignment
Q38: Assuming the following Java statement:<br>int num =
Q39: Which method could you use to obtain
Q40: Which statement about methods is true?<br>A)A method