public class Cat extends Animal{ public String toString() { return "meow"; } }