A showcase of SOLID principles in C#.
Objects or entities should be open for extension but closed for modification. This means that a class should be extendable without modifying the class itself.
| Name | Name | Last commit date | ||
|---|---|---|---|---|
A showcase of SOLID principles in C#.
Objects or entities should be open for extension but closed for modification. This means that a class should be extendable without modifying the class itself.