Thursday, June 01, 2006

Math Class

The Math class is final and all the methods defined in the Math class are static, which means you cannot inherit from the Math class and override these methods. Also, the Math class has a private constructor, so you cannot instantiate it.

0 Comments:

Post a Comment

<< Home