Discuss Program #3
•Program #3
–expects that you are able to build two different hash tables for a “table ADT”
–needs to isolate the client program from knowing that hashing is being performed
–where the class needs two data members for two different hash tables
–and two different data members for the sizes of these hash tables
•