Beispiel #1
0
 public Mallard()
 {
     flyBehavior   = new FlyWithWings();
     quackBehavior = new StandardQuack();
 }
Beispiel #2
0
 public Redhead()
 {
     flyBehavior   = new FlyWithWings();
     quackBehavior = new StandardQuack();
 }