摘要: 按照要求,补齐代码要求:在控制台输出“Hello World”interface Inter { void show();}class Outer { //补齐代码::::::::::::::: public static Inter method(){ ... 阅读全文
posted @ 2016-07-28 22:45 时光.漫步 阅读(234) 评论(0) 推荐(0) 编辑
摘要: 要求: 填空,让程序分别输出30,20,10 考查内容: 1.内部类和外部类没有继承关系 2.通过外部类名限定this对象 Outer.thisclass Outer{ public int num =10; class Inner{ ... 阅读全文
posted @ 2016-07-28 22:32 时光.漫步 阅读(139) 评论(0) 推荐(0) 编辑