public class Animal {
proteceed int age ;
public int big ;
public void eat(){
System.out.println("动物在吃饭!!");
}
你的protect拼错了
如果类本身的修饰是 public 那么
了protected 的成员,能够被其他类中的子类使用