1.

What are const member functions?

A. Functions in which none of the data members can be changed in a program
B. Functions in which only static members can be changed
C. Functions which treat all the data members as constant and doesn’t allow changes
D. Functions which can change only the static members
Answer» D. Functions which can change only the static members


Discussion

No Comment Found