查看会员资料
- Email:用户隐藏
- Icq/MSN:qq
- 电话号码:
- Homepage:
- 会员简介:这家伙很懒,什么都没留下!
最新会员发布资源
InterClassTest
- 从程序运行结果来看 , 内部类 Inner 和局部类 Local 都能直接访问外部类 Outer 中的data[] 数组 , 那么反过来外部类 Outer 中的方法能否直接访问内部类 Inner 和局部类 Local中的成员呢 ? 请将 checkInner() 方法中的 innerObj.show() 改成 show() 同时也把checkLocal() 方法中的 localObj.show() 改成 show() 测试这个结果。-From the run results, and local