You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add Student, Course, and Grade classes with data access
This commit introduces a new Student class with various attributes and methods for managing student data, including enrollment, GPA calculation, and eligibility for graduation. It also includes Course and Grade classes, along with a StudentMapper interface for data access operations and an in-memory implementation.
0 commit comments