<?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>Code Monkey &#187; interface</title>
	<atom:link href="http://code.klti.de/tag/interface/feed/" rel="self" type="application/rss+xml" />
	<link>http://code.klti.de</link>
	<description>Random blurps and rants about programming</description>
	<lastBuildDate>Sat, 06 Jun 2009 21:02:00 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>untyped duck</title>
		<link>http://code.klti.de/2009/02/11/untyped-duck/</link>
		<comments>http://code.klti.de/2009/02/11/untyped-duck/#comments</comments>
		<pubDate>Wed, 11 Feb 2009 22:11:34 +0000</pubDate>
		<dc:creator>klti</dc:creator>
				<category><![CDATA[Fun]]></category>
		<category><![CDATA[OOP]]></category>
		<category><![CDATA[comic]]></category>
		<category><![CDATA[duck typing]]></category>
		<category><![CDATA[interface]]></category>

		<guid isPermaLink="false">http://code.klti.de/?p=3</guid>
		<description><![CDATA[What is duck typing? Essentialy it&#8217;s a fancy name for dirty coding style (Duck typing). Want to use the same API on multiple classes with same semantics? It&#8217;s called an interface.

  
]]></description>
			<content:encoded><![CDATA[<p>What is duck typing? Essentialy it&#8217;s a fancy name for dirty coding style (<a href="http://en.wikipedia.org/wiki/Duck_typing">Duck typing</a>). Want to use the same API on multiple classes with same semantics? It&#8217;s called an <a href="http://en.wikipedia.org/wiki/Interface_(computer_science)">interface</a>.</p>
<p><a href="http://geekandpoke.typepad.com/geekandpoke/2009/01/simply-explained-part-34-duck-typing.html"><img class="alignnone size-large wp-image-4" title="geek and poke" src="http://code.klti.de/wp-content/uploads/2009/02/untyped_duck-722x1024.jpg" alt="untyped_duck" height="500" /></a></p>
<p> <img src='http://code.klti.de/wp-content/plugins/smilies-themer/klti.de/icon_lol.gif' alt=':lol:' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://code.klti.de/2009/02/11/untyped-duck/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
