Correct choice is (b) Functions made to maintain single copy of member functions for all objects
The explanation is: The functions which are made common, with respect to definition and data usage, to all the objects. These functions are able to access the static data members of a class.