黑马程序员技术交流社区

标题: 面试题分享求解: [打印本页]

作者: lf900827    时间: 2015-8-24 21:03
标题: 面试题分享求解:
补齐程序(注意:内部类和外部类没有继承关系)
        class Outer {
                public int num = 10;
                class Inner {
                        public int num = 20;
                        public void show() {
                                int num = 30;
                                System.out.println(?);
                                System.out.println(??);
                                System.out.println(???);
                        }
                }
        }
在控制分别输出:30,20,10




欢迎光临 黑马程序员技术交流社区 (http://bbs.itheima.com/) 黑马程序员IT技术论坛 X3.2