摘要: package Demo519;/*final关键字代表最终,不可变的public final class 类名称{ // ...}1,修饰一个类,方法,成员变量,局部变量。 */public final class Final { Person per= new Person("noo");}cl 阅读全文
posted @ 2019-05-22 21:46 Ssinoo団子 阅读(249) 评论(0) 推荐(0)