class Hovedprogram { public static void main(String[] args) { Sjafor ola = new Sjafor("Ola", 20); Kjoretoy bil1 = new Bil("AB123", ola, 3); Kjoretoy bil2 = new Bil("CD456"); //bil1.bilMetode(); System.out.println(bil1); } }