The Header File and Implementation File
The programmer who writes the new Bag class must write two files:
bag1.h, a header file that contains documentation and the class definition
bag1.cxx, an implementation file that contains the implementations of the Bag’s member functions