class HovedPerson { public static void main(String[] args) { Person veileder = new Person("Christine", 24); Masterstudent max = new Masterstudent("Max", 23, "123abc", veileder); } }