Click here to Skip to main content
15,891,940 members
Articles / All Topics

The Liskov Substitution Principle: Keep Your Promises

Rate me:
Please Sign up or sign in to vote.
5.00/5 (1 vote)
12 Jul 2014CPOL7 min read 6.6K   2  
All programmers should be familiar with the five SOLID design principles. Along with Design Patterns, these are the most important things to understand for anyone wishing to design good (i.e. loosely coupled and highly cohesive) object-oriented software systems.

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer
United Kingdom United Kingdom
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions