<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.0.2" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Inheritance and Javascript</title>
	<link>http://kybernetikos.com/2007/02/07/inheritance-and-javascript/</link>
	<description></description>
	<pubDate>Tue, 07 Feb 2012 23:44:49 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.2</generator>

	<item>
		<title>by: kyb</title>
		<link>http://kybernetikos.com/2007/02/07/inheritance-and-javascript/#comment-334</link>
		<pubDate>Thu, 08 Mar 2007 11:58:47 +0000</pubDate>
		<guid>http://kybernetikos.com/2007/02/07/inheritance-and-javascript/#comment-334</guid>
					<description>One thing that I would recommend in the extend function is to set the superclass, so that the first thing the subclass does in its constructor is to call this.superclass(arg);</description>
		<content:encoded><![CDATA[<p>One thing that I would recommend in the extend function is to set the superclass, so that the first thing the subclass does in its constructor is to call this.superclass(arg);
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: kyb</title>
		<link>http://kybernetikos.com/2007/02/07/inheritance-and-javascript/#comment-214</link>
		<pubDate>Thu, 08 Feb 2007 12:06:19 +0000</pubDate>
		<guid>http://kybernetikos.com/2007/02/07/inheritance-and-javascript/#comment-214</guid>
					<description>Through a &lt;a href='http://www.sitepoint.com/blogs/2006/01/17/javascript-inheritance/' rel=&quot;nofollow&quot;&gt;sitepoint blog&lt;/a&gt; (by the way, I don't like any technique that uses copying, since that breaks the inheritance chain for changes made to the parent after the point of subclass definition, although it's probably your only hope for multiple inheritance). I discovered that &lt;a href='http://www.kevlindev.com/tutorials/javascript/inheritance/' rel=&quot;nofollow&quot;&gt;Kevin Lindsey&lt;/a&gt; also uses this approach.</description>
		<content:encoded><![CDATA[<p>Through a <a href='http://www.sitepoint.com/blogs/2006/01/17/javascript-inheritance/' rel="nofollow">sitepoint blog</a> (by the way, I don&#8217;t like any technique that uses copying, since that breaks the inheritance chain for changes made to the parent after the point of subclass definition, although it&#8217;s probably your only hope for multiple inheritance). I discovered that <a href='http://www.kevlindev.com/tutorials/javascript/inheritance/' rel="nofollow">Kevin Lindsey</a> also uses this approach.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Nick O'Leary</title>
		<link>http://kybernetikos.com/2007/02/07/inheritance-and-javascript/#comment-212</link>
		<pubDate>Wed, 07 Feb 2007 23:00:13 +0000</pubDate>
		<guid>http://kybernetikos.com/2007/02/07/inheritance-and-javascript/#comment-212</guid>
					<description>Oh, there are definitely hidden dangers. they just haven't been found yet.
Its a nice pattern none the less.</description>
		<content:encoded><![CDATA[<p>Oh, there are definitely hidden dangers. they just haven&#8217;t been found yet.<br />
Its a nice pattern none the less.
</p>
]]></content:encoded>
				</item>
</channel>
</rss>

