This repository contains files for the Student-Enrolment-Application project for course Comp-249
This project designs and implements a tool which is used to determine if a student can enrol in a specific course based on he/she has taken so far. This project uses programming concepts such as Interfaces, Inner Classes, ArrayLists, LinkedLists, File I/O and other object oriented concepts.
- Course.java
- CourseList.java
- DirectlyRelatable.java
- EnrolmentResults.java
This project is licensed under the MIT License - see the LICENSE file for details