Open Closed Principle in C#
Software entities should be open for extension and closed for modification. An entity should allow its behavior to be extended without the need to modify its source code. If we change the source code of an existing bug-free entity in order to support a change in requirements, we run the risk of introducing bugs into […]
Read More
Recent Comments