Q16
A mutator method is also called as.
A.
Setter
AnswerB.
Accessor
C.
Getter
D.
Destructor
Answer: Option A
Solution
Answer: Option A
Solution:
An accessor method is called getter. The common use of a mutator method is to initialise the value of member variables of a class.