class People{public: People(); People(const People&); People& operator=(const People&); bool operator==(const People&);}