What are const member functions?
- Functions in which none of the data members can be changed in a program
- Functions in which only static members can be changed
- Functions which treat all the data members as constant and doesn’t allow changes
- Functions which can change only the static members
(c).Functions which treat all the data members as constant and doesn’t allow changes
need an explanation for this answer? contact us directly to get an explanation for this answer