Almost all developers working with Object Oriented Programming (OOP) languages know about the SOLID principles.
SOLID Principles:
1. Single Responsibility Principle
2. Open-closed Principle
3. Liskov Substitution Principle
4. Interface Segregation Principle
5. Dependency Inversion Principle
For this article, we are going to explain the L of the SOLID, Liskov Substitution Principle.
If you are interested into reading more about this topic, you can read the rest of the article.
▶ Subscribe to Medium using my referral link
▶ Subscribe to Medium Newsletter
▶ Subscribe to LinkedIn Newsletter
▶ Follow me on Medium
▶ Follow me on Twitter
▶ Follow me on LinkedIn