<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Tec Bar &#187; Design Pattern</title>
	<atom:link href="https://www.tecbar.net/tag/design-pattern/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecbar.net</link>
	<description></description>
	<lastBuildDate>Tue, 19 Dec 2017 20:49:54 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=4.1</generator>
	<item>
		<title>Proxy Pattern</title>
		<link>https://www.tecbar.net/proxy-pattern/</link>
		<comments>https://www.tecbar.net/proxy-pattern/#comments</comments>
		<pubDate>Tue, 21 Apr 2015 23:17:28 +0000</pubDate>
		<dc:creator><![CDATA[James]]></dc:creator>
				<category><![CDATA[Design Patterns]]></category>
		<category><![CDATA[Design Pattern]]></category>

		<guid isPermaLink="false">http://www.tecbar.net/?p=777</guid>
		<description><![CDATA[<p>The intent of Proxy Pattern is to provide a placeholder for an object to control access to it, and add a wrapper and delegation to protect the real component from undue complexity. The reason to need the placeholder is sometimes &#8230; <a href="https://www.tecbar.net/proxy-pattern/">Continue reading <span class="meta-nav">&#8594;</span></a></p>
<p>The post <a rel="nofollow" href="https://www.tecbar.net/proxy-pattern/">Proxy Pattern</a> appeared first on <a rel="nofollow" href="https://www.tecbar.net">Tec Bar</a>.</p>
]]></description>
		<wfw:commentRss>https://www.tecbar.net/proxy-pattern/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Template Method Pattern</title>
		<link>https://www.tecbar.net/template-method-pattern/</link>
		<comments>https://www.tecbar.net/template-method-pattern/#comments</comments>
		<pubDate>Mon, 13 Apr 2015 23:45:27 +0000</pubDate>
		<dc:creator><![CDATA[James]]></dc:creator>
				<category><![CDATA[Design Patterns]]></category>
		<category><![CDATA[de]]></category>
		<category><![CDATA[Design Pattern]]></category>

		<guid isPermaLink="false">http://www.tecbar.net/?p=732</guid>
		<description><![CDATA[<p>Template Method pattern defines the skeleton of an algorithm, and defer some steps to subclasses. Template Method lets subclasses redefine certain steps of an algorithm without changing the algorithm&#8217;s structure. Implementation checklist abstract template class &#8211; a) defines abstract primitive &#8230; <a href="https://www.tecbar.net/template-method-pattern/">Continue reading <span class="meta-nav">&#8594;</span></a></p>
<p>The post <a rel="nofollow" href="https://www.tecbar.net/template-method-pattern/">Template Method Pattern</a> appeared first on <a rel="nofollow" href="https://www.tecbar.net">Tec Bar</a>.</p>
]]></description>
		<wfw:commentRss>https://www.tecbar.net/template-method-pattern/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Façade Pattern</title>
		<link>https://www.tecbar.net/facade-pattern/</link>
		<comments>https://www.tecbar.net/facade-pattern/#comments</comments>
		<pubDate>Tue, 07 Apr 2015 22:51:30 +0000</pubDate>
		<dc:creator><![CDATA[James]]></dc:creator>
				<category><![CDATA[Design Patterns]]></category>
		<category><![CDATA[Design Pattern]]></category>

		<guid isPermaLink="false">http://www.tecbar.net/?p=695</guid>
		<description><![CDATA[<p>Façade pattern hides the complexities of the system, and provides a simpler interface to clients. Façade wraps a complicated subsystem with a simpler interface, and decouples the subsystems from its clients. Example: In the class diagram below, we can see: &#8230; <a href="https://www.tecbar.net/facade-pattern/">Continue reading <span class="meta-nav">&#8594;</span></a></p>
<p>The post <a rel="nofollow" href="https://www.tecbar.net/facade-pattern/">Façade Pattern</a> appeared first on <a rel="nofollow" href="https://www.tecbar.net">Tec Bar</a>.</p>
]]></description>
		<wfw:commentRss>https://www.tecbar.net/facade-pattern/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Prototype Pattern</title>
		<link>https://www.tecbar.net/prototype-pattern/</link>
		<comments>https://www.tecbar.net/prototype-pattern/#comments</comments>
		<pubDate>Fri, 03 Apr 2015 23:58:38 +0000</pubDate>
		<dc:creator><![CDATA[James]]></dc:creator>
				<category><![CDATA[Design Patterns]]></category>
		<category><![CDATA[Design Pattern]]></category>

		<guid isPermaLink="false">http://www.tecbar.net/?p=687</guid>
		<description><![CDATA[<p>Prototype pattern implements a prototype interface which tells to create a clone of the current object. This pattern is used when creation of object directly is costly. The Prototype pattern allows an object to create customized objects without knowing their &#8230; <a href="https://www.tecbar.net/prototype-pattern/">Continue reading <span class="meta-nav">&#8594;</span></a></p>
<p>The post <a rel="nofollow" href="https://www.tecbar.net/prototype-pattern/">Prototype Pattern</a> appeared first on <a rel="nofollow" href="https://www.tecbar.net">Tec Bar</a>.</p>
]]></description>
		<wfw:commentRss>https://www.tecbar.net/prototype-pattern/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
