PatronDriver Class

The PatronDriver class is the one driving your program.

  1. The PatronDriver class main() creates an array of Patron objects.
  2. There is a call in main() to Arrays.sort (Arrays is a static class for dealing with array data types) in order to sort our list.