Added More pattern UMLs

This commit is contained in:
John Webb
2014-07-31 14:13:53 -05:00
parent 3a35fa7ef6
commit de431c5126
33 changed files with 1508 additions and 2 deletions

View File

@@ -12,3 +12,7 @@ How? With abstraction of course.
In other words, this is a skeleton of algorithm, well-suited for framework libraries. The user has just to implement one method and the superclass do the job.
It is an easy way to decouple concrete classes and reduce copy-paste, that's why you'll find it everywhere.
## UML Diagram
![Alt TemplateMethod UML Diagram](uml/uml.png)