#pragma once #include "Verkehrsmittel.h" class PKW{ private: int anzahlTüren; public: std::string text(); };