TheStar

导航

 

2017年8月21日

摘要: public class FinalDome extends Final{ private final double PI = 3.1415926;//常量,不可改变 private int num = 20; public void test(){ /* * 用final修饰引用类型的变量,那么该 阅读全文
posted @ 2017-08-21 11:07 TheStar 阅读(141) 评论(0) 推荐(0)