Quote:
|
Originally Posted by Valmont - Use the Template Method to implement the sorting order interface.
- Use the Strategy Pattern to implement the choice between the two sorting algorithms.
- Use the Command Design pattern to create a "Console GUI" so the user can choose with menu's and submenus: |
I need clarification on those 3 models, in the meantime I'll get started on what I do know.