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