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...