CatalogDriver Class

Most of the CatalogDriver class is provided to you. To complete its definition, you will need to do the following:


The code after the above declarations in the Driver class sorts the ArrayList by calling the private method sort(). If you have a look at the sort() method, it calls the compareTo() method you wrote for each of the catalog items.