SOLID Principles – LSP Signature Rules Explained with Java Examples
Introduction
In the previous blog, we learned about the Liskov Substitution Principle (LSP), which states:
A child object should be replaceable with its parent object without changing the behavior of
yesamitsingh.hashnode.dev6 min read