This project was written for the intermediate programming course in the second semseter of the first year in Uni.
The aim of the project was to test our understanding of incapsulation, Classes, and the making of header files.
The all of the Courses, Students, Postgraduates are classes with Postgraduates as an inhereted class from the Students class
- Users can add Courses, Students, Postgrads
- Users can remove Courses, Students, Postgrads
- No permenant memory
- the program lacks permenant memory and only saves the data as long as it is running