Program declares the class ChainedHashTable
which is derived from the HashTable class.
This ChainedHashTable class definition introduces
one member variable called array.
It is declared as an array of linked lists of pointers to Objects.
Program: ChainedHashTable Class Definition