#include "instructor.h" Instructor::Instructor(): User(), isAdmin() { TypeUserDB = User::TypeUserDBInstructor; }