摘要: ![](https://img2023.cnblogs.com/blog/3234449/202311/3234449-20231119205806368-91010930.png) ![](https://img2023.cnblogs.com/blog/3234449/202311/3234449-20231119210637943-1999082605.png) ![](https://im 阅读全文
posted @ 2023-11-19 21:45 _Elaina 阅读(7) 评论(0) 推荐(0)
摘要: package net.elaina; public class Test { public static void main(String[] args) { /*final修饰方法: 表明该方法是最终方法,不能被重写 final修饰类: 表明该类是最终类,不能被继承 final修饰变量: 叫做常 阅读全文
posted @ 2023-11-19 20:57 _Elaina 阅读(7) 评论(0) 推荐(0)