Exemplo n.º 1
0
 public AutoBuilder()
 {
     fahrzeug = new Fahrzeug("Auto");
 }
 public RollerBuilder()
 {
     fahrzeug = new Fahrzeug("Roller");
 }
 public MotorradBuilder()
 {
     fahrzeug = new Fahrzeug("Motorrad");
 }