Ejemplo n.º 1
0
 public Elephant()
 {
     SleepBehavior = new SleepShort();
     EatBehavior   = new EatPlant();
 }
Ejemplo n.º 2
0
 public Giraffe()
 {
     SleepBehavior = new SleepShort();
     EatBehavior   = new EatPlant();
 }