code runner

test

mode | 13 十一月, 2006 20:17

code
  1. class Car{
  2. class Wheel{
  3. }
  4. }
  5.  
  6. class PlaneWheel extends Car.Wheel{
  7. PlaneWheel(Car car){
  8. car.super();
  9. }
  10. public static void main(String[] args){
  11. Car car=new Car();
  12. PlaneWheel pw=new PlaneWheel(car);
  13. }
  14. }

 

祝贺您

mode | 13 十一月, 2006 19:43

如果您阅读到这篇文章,这就意味着您注册的博客已经申请成功。
 
Accessible and Valid XHTML 1.0 Strict and CSS
Powered by LifeType - Design by BalearWeb