1 2 3 4 5 6 7
package test; public interface ChildInt extends ParentInt { public void doNewTT(String o); public void doNewXX(String o); }