10 lines
135 B
C++

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