#include #include #include "arv4.h" class Pall : public ARV{ char materjal[50]; public: Pall(int suurus, char* uusmaterjal); void kirjuta(); }