Examveda

What does the 'const' keyword signify when used with a member function in a C++ class declaration?

A. This function is static

B. This function can't be called

C. This function doesn't modify the object it's called on

D. This function is pure virtual

Answer: Option C


Join The Discussion

Related Questions on Introduction to C plus plus