Main in which class?
Now that we have a hierarchy, where does
main go?
Well, you can put it in each class so that
you can independently test
The appropriate main is invoked based on
which class name is used on the command
line
I