Topic: 帮我看看这个程序 |
Print this page |
1.帮我看看这个程序 | Copy to clipboard |
Posted by: xinye0123 Posted on: 2005-03-07 19:49 class WithInner { class Inner {} } public class InheritInner extends WithInner.Inner { //! InheritInner() {} // Won't compile InheritInner(WithInner wi) { wi.super(); } public static void main(String[] args) { WithInner wi = new WithInner(); InheritInner ii = new InheritInner(wi); } } ///:~ 关键是这一句,wi.super(),为什么不能用wi.new Inner() ??? |
Powered by Jute Powerful Forum® Version Jute 1.5.6 Ent Copyright © 2002-2021 Cjsdn Team. All Righits Reserved. 闽ICP备05005120号-1 客服电话 18559299278 客服信箱 714923@qq.com 客服QQ 714923 |