public class TestCar { public static void main(String[] args) { Car c1 = new Car(); Car c2 = new Car("比亚迪", "灰色", 150000); } }