Posted By: PreetMehrok |
5/11/2007 6:32:00 AM |
Reply To: vietcave who posted...
|
|
The keyword 'const' makes the function constant. Only member function of class can be constant. Constantness of member function means that value for any variable of the program cannot be changed in this function.
|
|