public Program4() { MyHatchback = new Hatchback(true, "Citroen", "Saxo", true, "petrol"); MySaloon = new Saloon(true, "Audi", "A3", true, "diesel"); MyLorry = new Lorry( true, "Mercades", "Actros", true, "petrol"); CurrentAutomobile = AutomobileType.Hatchback; }
public Program4() { MyHatchback = new Hatchback(true, "Citroen", "Saxo", true, "petrol"); MySaloon = new Saloon(true, "Audi", "A3", true, "diesel"); MyLorry = new Lorry(true, "Mercades", "Actros", true, "petrol"); CurrentAutomobile = AutomobileType.Hatchback; }