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