Course Information System
Consider me a sponsor and you are competing with all the groups in this class to produce a University Course Information System. There are multiple types of users (registrar, students, and professors). For the students, this would take the place of Schedule of classes. This assignment is for you to take the provided design and implement the 3 requirements. It must match the design except for:
a) the methods for the strategy pattern will be public (not private)
b)use the class diagram to implement the UI instead of what is shown in the sequence diagram. (The sequence diagram shows the UI associating with the other classes, but we want the UI to only interact with main as is shown in the class diagram).