what does the "final" mean?

Feb 8, 2012 at 5:41pm
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
Feb 8, 2012 at 5:46pm
Topic archived. No new replies allowed.