Template method pattern: Difference between revisions

Content deleted Content added
m External links: Beautify Wikibooks link
C++ example: add image
Line 43:
==C++ example==
This C++14 implementation is based on the pre C++98 implementation in the book.
 
[[File:Cpp template method pattern UML.svg|Cpp template method pattern UML.svg]]
 
<syntaxhighlight lang="c++">