public class Cat extends Animal{ @Override public void makeVoice(){ System.out.println("曼波,曼波,哦马资历———曼波"); } }