P
parag_paul
I understand that a const qualifier after the function declaration
makes it a const function for the class.
Like
int func1 const ( double, long int );
Now what is the purpose of the following
const int func1 const ( double, long int );
What is the purpose of the const before the declaration
-Parag
makes it a const function for the class.
Like
int func1 const ( double, long int );
Now what is the purpose of the following
const int func1 const ( double, long int );
What is the purpose of the const before the declaration
-Parag