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