PPT Slide
So, when Java encounters our class, it sees:
* a potentially infinite number of Test instances, each
with their own behavior (sayHello() ), and
* only one main shared between all the classes
System.out.println (“Hello”);
public static void main (String arg[]) {
System.out.println (“Hello”);
public static void main (String arg[]) {