What are the constant member functions?
(a) Functions which doesn’t change value of calling object
(b) Functions which doesn’t change value of any object inside definition
(c) Functions which doesn’t allow modification of any object of class
(d) Functions which doesn’t allow modification of argument objects
The question was posed to me in an online quiz.
Question is from Constant Member Functions in portion Member Functions & its Types of Object Oriented Programming