#ifndef POLICE_H #define POLICE_H class Police { public: const char* GetClassName(); }; #endif // POLICE_H