Esempio n. 1
0
 public SimpleDuck()
 {
     QuackBehavior = new Squeack();
     FlyBehavior   = new FlyWithWings();
 }
Esempio n. 2
0
 public RubberDuck()
 {
     QuackBehavior = new Squeack();
     FlyBehavior   = new FlyWithOutWings();
 }
Esempio n. 3
0
 public SimpleDuck()
 {
     QuackBehavior = new Squeack();
     FlyBehavior = new FlyWithWings();
 }
Esempio n. 4
0
 public RubberDuck()
 {
     QuackBehavior = new Squeack();
     FlyBehavior = new FlyWithOutWings();
 }