<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Template Method on Marko Apfel</title><link>http://blog.marko-apfel.de/tags/template-method/</link><description>Recent content in Template Method on Marko Apfel</description><generator>Hugo</generator><language>en-US</language><lastBuildDate>Sat, 15 Oct 2011 14:18:00 +0200</lastBuildDate><atom:link href="http://blog.marko-apfel.de/tags/template-method/index.xml" rel="self" type="application/rss+xml"/><item><title>Template Method Pattern and constructors</title><link>http://blog.marko-apfel.de/posts/template-method-pattern-and-constructors/</link><pubDate>Sat, 15 Oct 2011 14:18:00 +0200</pubDate><guid>http://blog.marko-apfel.de/posts/template-method-pattern-and-constructors/</guid><description>&lt;h2 id="motivation"&gt;Motivation&lt;/h2&gt;
&lt;p&gt;Often you want to have the possibility to call a special abstract or virtual &lt;code&gt;Initialize&lt;/code&gt;-method in a constructor of a base class to set individual initializing things in an override of this Initialize-method in a derived class.&lt;/p&gt;</description></item></channel></rss>