OOP & Design Patterns - Design a Parking Lot - LLD with OOP (Classes, Patterns, Extensibility)
In a parking lot system, a developer implements the Vehicle class hierarchy but overrides the equals() method only in the base Vehicle class. What subtle bug might this cause when comparing different vehicle types?
