OOP & Design Patterns - Design a Parking Lot - LLD with OOP (Classes, Patterns, Extensibility)
In designing a parking lot system using OOP, which design pattern best encapsulates the creation of different types of parking spots (e.g., compact, large, handicapped) to allow easy extension without modifying existing code?
