Exemple #1
0
 public Dog()
 {
     flyingType = new CantFly();
 }
 public Dog()
 {
     flyingType = new CantFly ();
 }