Multiple Choice
A C++ member function that sets or changes the value stored in a member variable is called
A) an accessor.
B) a mutator.
C) a user.
D) a get function.
E) an updater.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q11: The _ is used to protect important
Q12: If setSide is a Square class function
Q13: An object typically hides its data, but
Q14: An object is a(n) _ of a
Q15: A constructor is a public class function
Q17: Public members of a class object can
Q18: Accessors are sometimes called _ functions and
Q19: What will the following code segment display?<br>Enum
Q20: A(n) _ member function may be called
Q21: If Square is the name of a