System Design ( Day - 37 )
May 23, 2025 · 3 min read · SOLID Principles | Liskov Substitution principle L : Liskov Substitution principleDefinition: Sub Classes should be substitutable for their base classes.That means we have a Base class A and child class B, which is inherited the function of the class...
Join discussion