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