public class Start { public static void main(String[] args) { Cat.testCat(); Dog.testDog(); } }