static void Main(string[] args) { SportCar car = new SportCar(); car.CarInfo(); Console.ReadLine(); }