class HashTable : public Dictionary{ //... private: ?? contents; //array of buckets int size; int capacity; //... }