class Fremkomstmiddel { protected double maksHasighet; protected String eiernavn; public void oppdaterEier(String nyEier) { eiernavn = nyEier; } }