CS202 Java-81
Main in which class?
lNow that we have a hierarchy, where does main go?
lWell, you can put it in each class so that you can independently test
lThe appropriate main is invoked based on which class name is used on the command line
lI