public CarFacade() { car = new CarBody(); wheel = new WheelSystem(); chassis = new ChassisSystem(); steering = new SteeringSystem(); }