Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
各 ConcreteStrategy が DataStorage と通信する場合に古典的な戦略パターンを変更する方法は? データ ストレージにはさまざまな種類があり、インターフェイスは具体的な戦略によって異なります。
コンストラクター インジェクションを介して戦略を DataStorage に依存させます。その後、各戦略で DataStorage を自由に使用できます。
DataStorage が多くのインターフェイスを実装する場合は、各戦略をその特定のインターフェイスに依存させます。