Thursday, April 12, 2018

SOLID Design Principles Explained – The Liskov Substitution Principle with Code Examples

The Open/Closed Principle, which I explained in a previous article, is one of the key concepts in OOP that enables you to write robust, maintainable and reusable software components. But following the rules of that principle alone is not enough to ensure that you can change one part of your system without breaking other parts. Your classes and interfaces also ...

The post SOLID Design Principles Explained – The Liskov Substitution Principle with Code Examples appeared first on Stackify.



from Stackify https://ift.tt/2IMSnYv

No comments:

Post a Comment