package codingTest; public abstract class Animal { public static String str12 = "3"; String talk() { return "talktalktalk"; } }