| Class | Description |
|---|---|
| ClientLogin |
This class encompasses the process of logging into the program
|
| CreateAccount |
This class encompasses the process of creating an account.
|
| Instructor |
This Instructor class extends off the User class and has all access.
|
| Student |
This Student class extends off the User class and has less permissions than the Instructor.
|
| User |
This abstract class models the structure of users.
|