import test.HelloImpl; public class SayHelloToo extends HelloImpl { public static void main(String... args) { new SayHelloToo().Hello(); } }