<?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: Class Bootup</title>
	<atom:link href="http://jacksondunstan.com/articles/253/feed" rel="self" type="application/rss+xml" />
	<link>http://jacksondunstan.com/articles/253</link>
	<description>Mastering AS3</description>
	<lastBuildDate>Mon, 14 May 2012 17:02:12 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: jackson</title>
		<link>http://jacksondunstan.com/articles/253/comment-page-1#comment-27</link>
		<dc:creator>jackson</dc:creator>
		<pubDate>Wed, 16 Sep 2009 20:15:50 +0000</pubDate>
		<guid isPermaLink="false">http://jacksondunstan.com/?p=253#comment-27</guid>
		<description>Yep, that&#039;s exactly what it does. I intended this article to be more about the order of the direct field assignments, which was a mystery to me until I did these tests.</description>
		<content:encoded><![CDATA[<p>Yep, that&#8217;s exactly what it does. I intended this article to be more about the order of the direct field assignments, which was a mystery to me until I did these tests.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Troy Gilbert</title>
		<link>http://jacksondunstan.com/articles/253/comment-page-1#comment-22</link>
		<dc:creator>Troy Gilbert</dc:creator>
		<pubDate>Wed, 16 Sep 2009 19:57:17 +0000</pubDate>
		<guid isPermaLink="false">http://jacksondunstan.com/?p=253#comment-22</guid>
		<description>Constructors are actually called in the same order, from derived class to parent class. It&#039;s just that the compiler puts the super() call in as the first instruction of the constructor if you don&#039;t specify it yourself.</description>
		<content:encoded><![CDATA[<p>Constructors are actually called in the same order, from derived class to parent class. It&#8217;s just that the compiler puts the super() call in as the first instruction of the constructor if you don&#8217;t specify it yourself.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

