Demystifying the Liskov Substitution Principle: A Guide for Developers
What Liskov Substitution Principle (LSP) is?
The Liskov Substitution Principle (LSP) is one of the fundamental principles in object-oriented programming (OOP) design. It was introduced by Barbara Liskov in 1987 and is part of the SOLID principles.
Th...
thkarropoulos.hashnode.dev5 min read