<?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 on: Multiple Inheritance in Flex	</title>
	<atom:link href="https://jessewarden.com/2005/12/multiple-inheritance-in-flex.html/feed" rel="self" type="application/rss+xml" />
	<link>https://jessewarden.com/2005/12/multiple-inheritance-in-flex.html</link>
	<description>Software &#124; Fitness &#124; Gaming</description>
	<lastBuildDate>Mon, 12 Dec 2005 22:20:28 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: JesterXL		</title>
		<link>https://jessewarden.com/2005/12/multiple-inheritance-in-flex.html/comment-page-1#comment-3169</link>

		<dc:creator><![CDATA[JesterXL]]></dc:creator>
		<pubDate>Mon, 12 Dec 2005 22:20:28 +0000</pubDate>
		<guid isPermaLink="false">http://jessewarden.com/?p=932#comment-3169</guid>

					<description><![CDATA[Yeah... that is a mis-leading title, sorry about that.  I was so excited I found something new, I just proof-read my post, not the title. My bad.

Interfaces are actually easy:

&#060;MyComponent implements=&#039;ISomeInterface&#039; /&#062;

Where the ISomeInterface is your interface class name.


]]></description>
			<content:encoded><![CDATA[<p>Yeah&#8230; that is a mis-leading title, sorry about that.  I was so excited I found something new, I just proof-read my post, not the title. My bad.</p>
<p>Interfaces are actually easy:</p>
<p>&lt;MyComponent implements=&#8217;ISomeInterface&#8217; /&gt;</p>
<p>Where the ISomeInterface is your interface class name.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Evert		</title>
		<link>https://jessewarden.com/2005/12/multiple-inheritance-in-flex.html/comment-page-1#comment-3168</link>

		<dc:creator><![CDATA[Evert]]></dc:creator>
		<pubDate>Mon, 12 Dec 2005 22:14:27 +0000</pubDate>
		<guid isPermaLink="false">http://jessewarden.com/?p=932#comment-3168</guid>

					<description><![CDATA[Bokel&#039;s point was, and I agree with him is that multiple inheritance is a common name in programming for something, well... this is not =)

I (and a lot of others) consider multiple inheritance a Bad Thing, and I was suprised to read that actionscript would support it, but the title of this post is misleading.

Congratz on finding out how usual class inheritance really works though =) Have you checked out intefaces yet?]]></description>
			<content:encoded><![CDATA[<p>Bokel&#8217;s point was, and I agree with him is that multiple inheritance is a common name in programming for something, well&#8230; this is not =)</p>
<p>I (and a lot of others) consider multiple inheritance a Bad Thing, and I was suprised to read that actionscript would support it, but the title of this post is misleading.</p>
<p>Congratz on finding out how usual class inheritance really works though =) Have you checked out intefaces yet?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: JesterXL		</title>
		<link>https://jessewarden.com/2005/12/multiple-inheritance-in-flex.html/comment-page-1#comment-3167</link>

		<dc:creator><![CDATA[JesterXL]]></dc:creator>
		<pubDate>Mon, 12 Dec 2005 21:01:54 +0000</pubDate>
		<guid isPermaLink="false">http://jessewarden.com/?p=932#comment-3167</guid>

					<description><![CDATA[Actually, my title had 2 meanings.  First, how to inherit from MXML components you make, and secondly, using mixins, you can in face emulate extending multiple classes.  The problem is, mixins tend to all assault your class at once, hence it being better to use mixins on a base class, and extend that.  So, technically, yes, you are extending 1 base class, but they still allow you to utilize multiple classes in a way.

Know how to do this in AS3 yet?]]></description>
			<content:encoded><![CDATA[<p>Actually, my title had 2 meanings.  First, how to inherit from MXML components you make, and secondly, using mixins, you can in face emulate extending multiple classes.  The problem is, mixins tend to all assault your class at once, hence it being better to use mixins on a base class, and extend that.  So, technically, yes, you are extending 1 base class, but they still allow you to utilize multiple classes in a way.</p>
<p>Know how to do this in AS3 yet?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: bokel		</title>
		<link>https://jessewarden.com/2005/12/multiple-inheritance-in-flex.html/comment-page-1#comment-3166</link>

		<dc:creator><![CDATA[bokel]]></dc:creator>
		<pubDate>Mon, 12 Dec 2005 20:57:19 +0000</pubDate>
		<guid isPermaLink="false">http://jessewarden.com/?p=932#comment-3166</guid>

					<description><![CDATA[Multiple inheritance is the common term for beeing able to inherit from multiple classes at once. Only a few languages support this, like C++ for example. What you do here is normal inheritance. I&#039;m not sure, if there is another name for it. 

But anyway, it&#039;s always a great feeling to learn something new, isn&#039;t it? 
Cheers,
r.]]></description>
			<content:encoded><![CDATA[<p>Multiple inheritance is the common term for beeing able to inherit from multiple classes at once. Only a few languages support this, like C++ for example. What you do here is normal inheritance. I&#8217;m not sure, if there is another name for it. </p>
<p>But anyway, it&#8217;s always a great feeling to learn something new, isn&#8217;t it?<br />
Cheers,<br />
r.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
