...
The main idea behind the Strategy pattern is to create a set of algorithms that implement a common interface or follow a shared contract. The client code interacts with these algorithms through the interface, without needing to know the specific implementation details
...