Inner i = new Inner(); i.doTheWork(); msg = "Goodbye"; i.doTheWork();
InnerClass1 p = new InnerClass1(); p.doWork();