LLD - Design — Parking Lot System
In a parking system, the enum
What is the issue with this code?
SpotType is defined as { COMPACT, LARGE, HANDICAPPED }. A developer writes the code:SpotType spot = SpotType.SMALL;
What is the issue with this code?
