1 package test2; 2 3 public interface SuperInterface1 { getAge()4 public int getAge(); setAge(int value)5 public int setAge(int value); 6 } 7