Beispiel #1
0
 public Driver(CarFactory Car)
 {
     sportsCar = Car.CreateSortsCar();
     familyCar = Car.CreateFamilyCar();
 }