1.

What are 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
Answer» B. Functions which doesn’t change value of any object inside definition


Discussion

No Comment Found