<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments for Code of Doom</title>
	<atom:link href="http://codeofdoom.com/wordpress/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://codeofdoom.com/wordpress</link>
	<description></description>
	<lastBuildDate>Sun, 29 Jan 2012 03:53:30 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>Comment on When and how to use mx_internal in Flex by Jacob Cabral</title>
		<link>http://codeofdoom.com/wordpress/2009/03/12/when-and-how-to-use-mx_internal-in-flex/comment-page-1/#comment-673</link>
		<dc:creator>Jacob Cabral</dc:creator>
		<pubDate>Sun, 29 Jan 2012 03:53:30 +0000</pubDate>
		<guid isPermaLink="false">http://codeofdoom.com/wordpress/?p=331#comment-673</guid>
		<description>Hi!

Congratulations for your great article!</description>
		<content:encoded><![CDATA[<p>Hi!</p>
<p>Congratulations for your great article!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Learn This: When to use an Abstract Class and an Interface by Anonymous</title>
		<link>http://codeofdoom.com/wordpress/2009/02/12/learn-this-when-to-use-an-abstract-class-and-an-interface/comment-page-2/#comment-672</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Sat, 28 Jan 2012 15:08:53 +0000</pubDate>
		<guid isPermaLink="false">http://codeofdoom.com/wordpress/?p=146#comment-672</guid>
		<description>Awesome article !!!</description>
		<content:encoded><![CDATA[<p>Awesome article !!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Learn This: When to use an Abstract Class and an Interface by Thor</title>
		<link>http://codeofdoom.com/wordpress/2009/02/12/learn-this-when-to-use-an-abstract-class-and-an-interface/comment-page-2/#comment-668</link>
		<dc:creator>Thor</dc:creator>
		<pubDate>Sun, 08 Jan 2012 16:31:55 +0000</pubDate>
		<guid isPermaLink="false">http://codeofdoom.com/wordpress/?p=146#comment-668</guid>
		<description>Wish I had read this before my last interview. :) While this is a well known concept and I have done this in projects that I&#039;ve designed / led, I did the classic deer in headlights and &quot;ummm&quot; response to it.  This article is a good refresher and has clear examples.  Thanks for posting it.</description>
		<content:encoded><![CDATA[<p>Wish I had read this before my last interview. <img src='http://codeofdoom.com/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  While this is a well known concept and I have done this in projects that I&#8217;ve designed / led, I did the classic deer in headlights and &#8220;ummm&#8221; response to it.  This article is a good refresher and has clear examples.  Thanks for posting it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Learn This: When to use an Abstract Class and an Interface by Batman</title>
		<link>http://codeofdoom.com/wordpress/2009/02/12/learn-this-when-to-use-an-abstract-class-and-an-interface/comment-page-2/#comment-667</link>
		<dc:creator>Batman</dc:creator>
		<pubDate>Fri, 06 Jan 2012 08:59:56 +0000</pubDate>
		<guid isPermaLink="false">http://codeofdoom.com/wordpress/?p=146#comment-667</guid>
		<description>I think both should be used at all times.  The abstract class should implement the interface.  This gives the client an option...flexibility.</description>
		<content:encoded><![CDATA[<p>I think both should be used at all times.  The abstract class should implement the interface.  This gives the client an option&#8230;flexibility.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on When and how to use mx_internal in Flex by abderraouf</title>
		<link>http://codeofdoom.com/wordpress/2009/03/12/when-and-how-to-use-mx_internal-in-flex/comment-page-1/#comment-666</link>
		<dc:creator>abderraouf</dc:creator>
		<pubDate>Wed, 28 Dec 2011 16:14:11 +0000</pubDate>
		<guid isPermaLink="false">http://codeofdoom.com/wordpress/?p=331#comment-666</guid>
		<description>Hello,
Thanks a lot! 
I ask if i can define my own namespace. i&#039;ve searched in the net in vain.</description>
		<content:encoded><![CDATA[<p>Hello,<br />
Thanks a lot!<br />
I ask if i can define my own namespace. i&#8217;ve searched in the net in vain.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Learn This: When to use an Abstract Class and an Interface by johndeveloper</title>
		<link>http://codeofdoom.com/wordpress/2009/02/12/learn-this-when-to-use-an-abstract-class-and-an-interface/comment-page-2/#comment-665</link>
		<dc:creator>johndeveloper</dc:creator>
		<pubDate>Thu, 22 Dec 2011 13:22:03 +0000</pubDate>
		<guid isPermaLink="false">http://codeofdoom.com/wordpress/?p=146#comment-665</guid>
		<description>I qet this question ask to me all the time interviewers that all the time. The problem is when the explianation of an interface and abstract class should be good enough.  

When I explain to you that an abstract class can have some its methods implemented and some of them not implemented it means Abstract classes allow you to provide default functionality for the subclasses. 

When I explain to you that I can implement more than one interface means that are there are posiblilties that i do not want to implement both interface hence I would have put all the methods in one interface and not two.

I reason why for the  ‘deer in headlights’ look, is he just told you the differences. He assumes the you are intelligent and the usaged is implied. 

The good thing about this article is I now know how to formulate my answer for an abstract class and interface to answer you next question before you ask it. If you ask it anyway then I know you are asking the question just to ask the question to look intelligent.</description>
		<content:encoded><![CDATA[<p>I qet this question ask to me all the time interviewers that all the time. The problem is when the explianation of an interface and abstract class should be good enough.  </p>
<p>When I explain to you that an abstract class can have some its methods implemented and some of them not implemented it means Abstract classes allow you to provide default functionality for the subclasses. </p>
<p>When I explain to you that I can implement more than one interface means that are there are posiblilties that i do not want to implement both interface hence I would have put all the methods in one interface and not two.</p>
<p>I reason why for the  ‘deer in headlights’ look, is he just told you the differences. He assumes the you are intelligent and the usaged is implied. </p>
<p>The good thing about this article is I now know how to formulate my answer for an abstract class and interface to answer you next question before you ask it. If you ask it anyway then I know you are asking the question just to ask the question to look intelligent.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The importance of Composition by Ajit Nalawade</title>
		<link>http://codeofdoom.com/wordpress/2009/02/04/the-importance-of-composition/comment-page-1/#comment-664</link>
		<dc:creator>Ajit Nalawade</dc:creator>
		<pubDate>Tue, 20 Dec 2011 15:37:12 +0000</pubDate>
		<guid isPermaLink="false">http://codeofdoom.com/wordpress/?p=108#comment-664</guid>
		<description>Awesome explanation dude...thnks</description>
		<content:encoded><![CDATA[<p>Awesome explanation dude&#8230;thnks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Learn this: Strategy pattern vs Decorator pattern by Mohit Jethva</title>
		<link>http://codeofdoom.com/wordpress/2009/05/10/learn-this-strategy-pattern-vs-decorator-pattern/comment-page-1/#comment-663</link>
		<dc:creator>Mohit Jethva</dc:creator>
		<pubDate>Mon, 19 Dec 2011 12:02:21 +0000</pubDate>
		<guid isPermaLink="false">http://codeofdoom.com/wordpress/?p=492#comment-663</guid>
		<description>Very good example keep it up............... :)</description>
		<content:encoded><![CDATA[<p>Very good example keep it up&#8230;&#8230;&#8230;&#8230;&#8230; <img src='http://codeofdoom.com/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Learn This: When to use an Abstract Class and an Interface by pk</title>
		<link>http://codeofdoom.com/wordpress/2009/02/12/learn-this-when-to-use-an-abstract-class-and-an-interface/comment-page-2/#comment-662</link>
		<dc:creator>pk</dc:creator>
		<pubDate>Sat, 17 Dec 2011 12:33:35 +0000</pubDate>
		<guid isPermaLink="false">http://codeofdoom.com/wordpress/?p=146#comment-662</guid>
		<description>Interview is a discussion not an interogation</description>
		<content:encoded><![CDATA[<p>Interview is a discussion not an interogation</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Learn This: When to use an Abstract Class and an Interface by Ramesh</title>
		<link>http://codeofdoom.com/wordpress/2009/02/12/learn-this-when-to-use-an-abstract-class-and-an-interface/comment-page-2/#comment-661</link>
		<dc:creator>Ramesh</dc:creator>
		<pubDate>Sat, 17 Dec 2011 03:27:54 +0000</pubDate>
		<guid isPermaLink="false">http://codeofdoom.com/wordpress/?p=146#comment-661</guid>
		<description>You mentioned you don&#039;t need to change base class if a abstract class is modified. I think the base class will be affected if a abstract class is modified.</description>
		<content:encoded><![CDATA[<p>You mentioned you don&#8217;t need to change base class if a abstract class is modified. I think the base class will be affected if a abstract class is modified.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic page generated in 0.499 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2012-02-04 11:00:07 -->

