what does the "final" mean?

I find the following line at the end of an class in Java:

 
public static final double minutesamples = Math.sqrt(60 * 24 * 252);


I am trying to convert it to C++. Anyone know what that "final" does? and also whats the equivalent in C++?

Thanks
Topic archived. No new replies allowed.