Tuesday, February 2, 2010

A few object oriented principles that you might enjoy reading about

This principles are most often called SOLID principles taking the acronym from the following five:

  1. Single responsibility principle.
  2. Open-closed principle.
  3. Liskov's substitution principle.
  4. Interface segregation principle.
  5. Dependency inversion principle.
Correction: Just fixed the wrong hyperlink at the Single Responsibility Principle.

No comments:

Post a Comment