interface MyInterface { public default void show() { System.out.println("Default show()"); } }