#pragma once #include "Verkehrsmittel.h" class Luftfahrzeug : Verkehrsmittel{ private: int maxFlughöhe; public: std::string text(); };