Esempio n. 1
0
 public FakeDuck()
 {
     QuackBehavior = new MuteQuack();
     FlyBehavior   = new FlyWithOutWings();
 }
Esempio n. 2
0
 public FakeDuck()
 {
     QuackBehavior = new MuteQuack();
     FlyBehavior = new FlyWithOutWings();
 }
Esempio n. 3
0
 public RubberDuck()
 {
     QuackBehavior = new Squeack();
     FlyBehavior   = new FlyWithOutWings();
 }
Esempio n. 4
0
 public WoodenDuck()
 {
     QuackBehavior = new MuteQuack();
     FlyBehavior = new FlyWithOutWings();
 }
Esempio n. 5
0
 public RubberDuck()
 {
     QuackBehavior = new Squeack();
     FlyBehavior = new FlyWithOutWings();
 }
Esempio n. 6
0
 public WoodenDuck()
 {
     QuackBehavior = new MuteQuack();
     FlyBehavior   = new FlyWithOutWings();
 }