public class Demo { public static void main(String[] args) { MyInterface a = new MyImpl1(); a.show(); } }