Skip to content

AhmedTarekHasan/LiskovSubstitutionPrincipleInDotNetCSharp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

SOLID: Liskov Substitution Principle Explained In .NET C#

Understand the Liskov Substitution Principle of the SO(L)ID principles in .NET C#


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.


If you want to support me:

▶ 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


Authors: