Multiple Choice
A C++ member function that uses, but does not change, the value of a member variable is called
A) a constant.
B) a user.
C) a mutator.
D) an accessor.
E) a constructor.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q20: In an ADT the implementation details are
Q21: A class can only have one constructor.
Q22: If setRadius is a Circle class function
Q23: An object is a(n)_ of a class.<br>A)member<br>B)instance<br>C)example<br>D)copy<br>E)attribute
Q24: When the body of a member function
Q26: Accessors are sometimes called _ functions and
Q28: A constructor may have a return type
Q29: A structure variable is similar to a
Q30: member function may be called by a
Q33: In C++ and other object-oriented programming languages,