final 关键字final 关键字final 类是不能被继承的 这个类就是最终的了 不需要再继承修改 比如很多 java 标准库就是 final 类 final 方法不能被子方法重写 final + static 变量表示常量