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