Witscale Test Center

3.3 Class modifiers


3.3 Class modifiers

Besides access modifiers, you can apply another two modifiers, abstract and final to the class. Both of them are implementation-specific modifiers. They change the inheritance characteristics of a class.

 

There is one more class modifier strictfp, which is not included in the SCJP objectives. You only need to remember that it is applicable to classes and methods.