Java高级特性之new一个内部类

package three.day.newcharacter; class Outer { public static final int height = 20; public static int weight = 20; private int num = 100;//内置类能够访问private的,public,protected确定能够 class Inner //定义内置类 {   c
相关文章
相关标签/搜索