#include "instructor.h" Instructor::Instructor(): instructor_id(), name(), login(), password(), isAdmin(false), archived(false), loggedIn(false) { }