public Animal(Iflyable newFlyType)
 {
     fly = newFlyType;
 }
Example #2
0
 public void SetFlyability(Iflyable IFB)
 {
     Flyability = IFB;
 }