package overWrite;
public class test {
public static void main(String[] args) {
student stu=new student();
Person person=new Person();
person.eat();
System.out.println(stu.study());
}
}

package overWrite;
public class test {
public static void main(String[] args) {
student stu=new student();
Person person=new Person();
person.eat();
System.out.println(stu.study());
}
}