Hi,<br>
<br>
I'm a bit rusty at remembering what I study in college. Can anyone tell me<br>
what is the const; at the end of the function actually does?<br>
<br>
class someName {<br>
<br>
public:<br>
...<br>
protected:<br>
virtual char *functionName (args...) const; <--- what does const mean?<br>
private:<br>
...<br>
<br>
Thank you,<br>
Ben
<br>
I'm a bit rusty at remembering what I study in college. Can anyone tell me<br>
what is the const; at the end of the function actually does?<br>
<br>
class someName {<br>
<br>
public:<br>
...<br>
protected:<br>
virtual char *functionName (args...) const; <--- what does const mean?<br>
private:<br>
...<br>
<br>
Thank you,<br>
Ben