Liskov Substitution Principle is the “L” in the SOLID Principles. It states if you have a parent class and a child class, any instance of...
This is the “O” in the SOLID Principles of the five basic principles of object orientated design. The official definition is “software entities (classes, modules,...