コード例 #1
0
ファイル: Duck.java プロジェクト: sonnyshih/DesignPattern
 public void performFly() {
   flyBehavior.fly();
 }