Download as pdf or txt
Download as pdf or txt
You are on page 1of 1

«interface»

Vehicle
+startEngine()

VehicleFactory
creates
getVehicle(String v) : Vehicle

Bus Truck Car ElectricCar


startEngine() startEngine() startEngine() startEngine()
Asks

App
main()

You might also like