public class Testprogram { public static void main(String[] args) { Dyr hund = new Hund(); Dyr katt = new Katt(); hund.lagLyd(); katt.lagLyd(); } }