class Køretøj { public int købsÅr(){ return 1997; } public int maxHastighed(){ return 190; } public int nyPris() { return 800000; } } // end Køretøj