Exercises
- Modify the StudentRecordManager class provided for Unit 1 project to take advantage of composition design. For grading purposes, use the StudentRecordManager.java file provided to you, not the one with your own work. Do not fill in #ADD portions.
You still need other provided files for this project i.e. Student class and the data folder.
After modification, the StudentRecordManager class should look like this (red means private):