#include #include "Person.h" Person::Person(string name, string password, string email, string phoneNo) { this->name = name; this->password = password; this->email = email; this->phoneNo = phoneNo; }