What is a “const member function”?
Options
- It means the function is only a read-only function
- One which always returns the same values, given the same arguments
- Used for constructor and destructor
- None of the above
CORRECT ANSWER : It means the function is only a read-only function
Write your comments