you can not change the value of a constant in C either. why did they name it a constant otherwise?
a constant like PI has a fixed value that does not change.
i also do not see a CONST in your code. it appears you have a property. this is just a variable which can have a default value and which you can alter.
↧