Multiple Choice
To define a property to change a data member of a class include a ____ clause.
A) mutator
B) get
C) set
D) value
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q31: When you define a property, you can
Q32: The ToString( ) method is automatically invoked
Q33: The ToString( ) method is automatically invoked
Q34: Which of the following is NOT one
Q35: Accessor and mutators are _ methods
Q37: The return type for constructors is always
Q38: Instance methods manipulate data by _.<br>A) directly
Q39: Which of the following is true regarding
Q40: When you define a class and determine
Q41: To add full functionality to your classes,