×
Exercise: JAVA Inner Classes
正确答案!
下一题 »
错误答案!
再试一次
完成
你已经完成了这些练习!
你想再做一遍吗?
是
否
恭喜!
你已完成来自 W3Schools.com 的 Java 内部类练习。
分享
关闭
To access an inner class, you can:
Create an object of the outer class, and then create an object of the inner class
Create a class, and specify the inner keyword
Create a class, and specify the friend keyword
显示答案
隐藏答案
提交答案 »