adspace
Answer Posted / Rajnikanth
An inspector is a function that retrieves or observes the values of an object's data members without changing them. These functions are often called 'getters' or 'accessors'. A mutator, on the other hand, modifies or changes the values of an object's data members. They are often called 'setters' or 'modifiers'.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers