public abstract class Instructor extends User
| Constructor and Description |
|---|
Instructor(int ID,
java.lang.String first,
java.lang.String last)
Create an Instructor with the provided params.
|
| Modifier and Type | Method and Description |
|---|---|
abstract void |
addPref()
Allows Instructor to add a Pref to their preferences.
|
viewSchedule