class tab { public: tab(); ~tab(); tab(int x,y); tab(char *init); private: char *wsk_char; };