JAVA final

qq_39159736發表於2020-10-17

https://blog.csdn.net/qq_34375473/article/details/81487803

final變數必須賦初始值且不能改變

final變數經常和static關鍵字一起使用,作為常量。

final類不能被繼承,final方法不能被重寫

相關文章