public abstract class Kjoretoy { protected String regnr; public String hentRegnr() { return regnr; } }