alex-toy / DesignPatternsOpenClosedPrincipleExplained

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Design Patterns - Open Closed Principle Explained

The general idea of this principle is great is that you should write your code so that you will be able to add new functionality without changing the existing code. That prevents situations in which a change to one of your classes also requires you to adapt all depending classes.

About


Languages

Language:C# 100.0%