class Set : private List { public: void add(string s); Iterator erase(Iterator pos); Iterator begin(); Iterator end(); };