educative.io

Educative

Few OOPs concepts missing

  • Parking Strategy
  • Payment System
  • Parking lot should have methods assignSpotToVehicle() & getVehicleInfo(String vehicleNumber) & private freeSpot() once ticket has been paid off
  • vehicle types should not be hardcoded in class ParkingDisplayBoard & parkingFloor. It makes the system non-extensible