使用final声明的类不能被继承
使用final声明的方法不能被重写
使用final声明的变量变成常量

不能被继承
Java final关键字_其他
不能被重写
Java final关键字_其他_02
变量变成常量
Java final关键字_其他_03