Multiple Choice
Accessors are sometimes called ________ functions and mutators are sometimes called ________ functions.
A) set, get
B) get, set
C) public, private
D) private, public
E) regular, inline
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q13: An object typically hides its data, but
Q14: An object is a(n) _ of a
Q15: A constructor is a public class function
Q16: A C++ member function that sets or
Q17: Public members of a class object can
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
Q22: The name of a destructor must begin
Q23: A constructor may have a return type