public void RotateTires(Car c)
{
if(c.Rotate)
Console.WriteLine("Tires have been rotated");
else
Console.WriteLine("Don't need to be rotated...");
}
}
Now, to illustrate the interplay between the new Car.CarMaintenanceDelegate, Garage, and
ServiceDepartment types, consider the following usage:
Do'stlaringiz bilan baham: