public class Cat extends Animal{ @Override public void makeSound() { System.out.println("猫:喵喵喵"); } }