OOP & Design Patterns - Design a Parking Lot - LLD with OOP (Classes, Patterns, Extensibility)
If the parking lot system uses a Factory pattern to create parking spots, what is the space complexity impact when adding a new spot type that requires additional attributes?
