예제 #1
0
 public Elephant()
 {
     SleepBehavior = new SleepShort();
     EatBehavior   = new EatPlant();
 }
예제 #2
0
 public Giraffe()
 {
     SleepBehavior = new SleepShort();
     EatBehavior   = new EatPlant();
 }