Client Interaction:?
- The client (in the Main method) interacts with the Sorter object and can
change the strategy at runtime. This makes the system adaptable to different
sorting needs without changing the core structure.
Benefits of the Strategy Pattern: