Update README.md

This commit is contained in:
Petrutiu Mihai
2016-07-14 17:01:28 +03:00
committed by GitHub
parent f51be64faf
commit 1f22109ebd

View File

@@ -417,6 +417,9 @@ defering some steps to subclasses. It lets one redefine certain steps of an algo
Template pattern works using 'the Hollywood principle' from the base class point of view: 'Don't call us, we'll call you' Template pattern works using 'the Hollywood principle' from the base class point of view: 'Don't call us, we'll call you'
Class diagram: Class diagram:
legend:
# is for protected method
Italic is for abstract method
![alt text](https://github.com/MihaiTheCoder/BehavioralPatterns/blob/master/BehavioralPatternsDiagrams/TemplateMethodPattern/TemplateMethodPatternClassDiagram.PNG "Template method pattern class diagram") ![alt text](https://github.com/MihaiTheCoder/BehavioralPatterns/blob/master/BehavioralPatternsDiagrams/TemplateMethodPattern/TemplateMethodPatternClassDiagram.PNG "Template method pattern class diagram")