DesignPatterns

Design Patterns are a powerful way to describe best practices solutions to common software development problem scenarios.

Design Patterns can be divided into types:

1. Creational - Having to do with how objects are created in a software system.
2. Structural - Having to do with how a software system is designed to address a problem.
3. Behavioral - Having to do with dealing with variations of behavior of similar or related objects.

page_revision: 2, last_edited: 1253644187|%e %b %Y, %H:%M %Z (%O ago)
Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-Share Alike 2.5 License.