public void Fly() { Flying.Fly(); }
public WildDuck() { Flying = new Flying(); Quacking = new Quacking(); }