<?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: Example 9-9: An Array of Car Objects</title>
	<atom:link href="http://www.learningprocessing.com/examples/chapter-9/example-9-9/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.learningprocessing.com</link>
	<description>A Beginner's Guide to Programming Images, Animation, and Interaction by Daniel Shiffman</description>
	<lastBuildDate>Thu, 09 Feb 2012 16:27:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Basheersubei</title>
		<link>http://www.learningprocessing.com/examples/chapter-9/example-9-9/comment-page-1/#comment-20538</link>
		<dc:creator>Basheersubei</dc:creator>
		<pubDate>Sat, 04 Jun 2011 12:46:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningprocessing.com/?page_id=433#comment-20538</guid>
		<description>Thank you for the wonderful example!</description>
		<content:encoded><![CDATA[<p>Thank you for the wonderful example!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://www.learningprocessing.com/examples/chapter-9/example-9-9/comment-page-1/#comment-20531</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Thu, 02 Jun 2011 01:24:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningprocessing.com/?page_id=433#comment-20531</guid>
		<description>That for loop is used to initialize all the car objects.  </description>
		<content:encoded><![CDATA[<p>That for loop is used to initialize all the car objects.  </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Piero Barbagelata</title>
		<link>http://www.learningprocessing.com/examples/chapter-9/example-9-9/comment-page-1/#comment-20530</link>
		<dc:creator>Piero Barbagelata</dc:creator>
		<pubDate>Wed, 01 Jun 2011 03:41:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningprocessing.com/?page_id=433#comment-20530</guid>
		<description>Why did you put the for loop in the setup method?</description>
		<content:encoded><![CDATA[<p>Why did you put the for loop in the setup method?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel Shiffman</title>
		<link>http://www.learningprocessing.com/examples/chapter-9/example-9-9/comment-page-1/#comment-10080</link>
		<dc:creator>Daniel Shiffman</dc:creator>
		<pubDate>Thu, 18 Mar 2010 16:42:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningprocessing.com/?page_id=433#comment-10080</guid>
		<description>It doesn&#039;t mean anything.  It&#039;s just a programmer&#039;s convention to use an underscore when a variable coming in as an argument is assigned to a variable within the class.   You could just as easily write:

&lt;pre&gt;
 Car(color tempC) {
    c = tempC;
  }
&lt;/pre&gt;

or

&lt;pre&gt;
 Car(color asdfasdfwe) {
    c = asdfasdfwe;
  }
&lt;/pre&gt;</description>
		<content:encoded><![CDATA[<p>It doesn&#8217;t mean anything.  It&#8217;s just a programmer&#8217;s convention to use an underscore when a variable coming in as an argument is assigned to a variable within the class.   You could just as easily write:</p>
<pre>
 Car(color tempC) {
    c = tempC;
  }
</pre>
<p>or</p>
<pre>
 Car(color asdfasdfwe) {
    c = asdfasdfwe;
  }
</pre>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jwhatley</title>
		<link>http://www.learningprocessing.com/examples/chapter-9/example-9-9/comment-page-1/#comment-10021</link>
		<dc:creator>Jwhatley</dc:creator>
		<pubDate>Wed, 17 Mar 2010 01:30:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningprocessing.com/?page_id=433#comment-10021</guid>
		<description>What does &quot;_&quot; mean with regards to the code?</description>
		<content:encoded><![CDATA[<p>What does &#8220;_&#8221; mean with regards to the code?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

