On this page:
11.1 Data constraints
11.2 Methods to design
8.6

Assignment 11: Course Registration

Commonwealth maintains a great deal of information about classes, teachers, and students. You will model (some of) that data and implement a few methods. Please use generic lists (i.e. IList<T>) for this problem.

11.1 Data constraints
11.2 Methods to design