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