new Car(); //匿名对象其实就是定义对象的简写格式。Car c = new Car();c.run();
用匿名对象来书写以上代码:new Car().run();
若有收获,就点个赞吧
0 人点赞
让时间为你证明