public class TestDyr { public static void main(String[] args) { Dyr dyr1 = new Hund(); Dyr dyr2 = new Katt(); dyr1.lagLyd(); dyr2.lagLyd(); } }