public class Fahrzeughalter { public static void main(String[] arg) { Pkw meinPkw = new Pkw(); meinPkw.fahren(10000.00); } }