> class Yeah extends T151221am2c { > public void m() { System.out.println("Yeah"); } > } Right. I wouldn't have thought that interfaces can be (mis)used to override visibility modifiers in the base class, though... Paolo