Description
Write a model representing University Academic Department.
Assignment Goal is to gain experience with encapsulation and composition by implementing a data model for University academic department that has courses with multiple sections, and people who are teachers or students.
This assignment is done in using C++

