Understanding the "S" in SOLID: The Liskov Substitution Principle (LSP)
In Object-Oriented Programming, the Liskov Substitution Principle (LSP) is the third of the five SOLID principles. It ensures that your class hierarchies are logically sound and that your code remains
jayalloyd.hashnode.dev3 min read