public abstract class Bil { protected String regNr; protected static int id = 0; public Bil(){ } public abstract String hentInfo(); }