#pragma once #include "Verkehrsmittel.h" class Radfahrzeug : Verkehrsmittel{ private: int anzahlRäder; public: std::string text(); };