public void Info() { Console.WriteLine("\tCar Agregation:\n"); wheels.Info(); engine.Info(); body.Info(); Console.WriteLine("\n"); }