简单小问题啊
Which one of the following best describes 'static inner class'
a.life-cycle of instances of such class does not depend on a life-cycle of instances of the outer class
b.a class with all members also static (i.e. static methods and fields)
c.instances of such class are created at the same time as instances of the outer class
d.None of Above
e.All of Above
问题点数:20、回复次数:1Top
1 楼kakakalalala(caicai)回复于 2006-03-01 20:47:47 得分 0
upTop




