欢马劈雪 最近更新时间:2020-08-04 05:37:59
final 类是不能被继承的 这个类就是最终的了 不需要再继承修改 比如很多 java 标准库就是 final 类
final 方法不能被子方法重写
final + static 变量表示常量