// OK - since new parent matches interface I{ } public class Base4 implements I { public static void main(String[]argv) { } }