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

Discussion Board
Java

I am new here


Loung Khan 09-24-2022 04:14 PM

Write your comments


Enter the code shown above:

(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)


Advertisement