Interview Question 3591

Created by admin on Sat, 17/11/2012 - 14:09
Question: 

What is a modifier?

Language: 
Answer: 
A modifier, also called a modifying function is a member function that changes the value of at least one data member. In other words, an operation that modifies the state of an object. Modifiers are also known as 'mutators'.