mode | 13 十一月, 2006 20:17
code
class Car{ class Wheel{ } } class PlaneWheel extends Car.Wheel{ PlaneWheel(Car car){ car.super(); } public static void main(String[] args){ Car car=new Car(); PlaneWheel pw=new PlaneWheel(car); } }
« | 十一月 2024 | » | ||||
---|---|---|---|---|---|---|
日 | 一 | 二 | 三 | 四 | 五 | 六 |
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |