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