<?xml version="1.0" encoding="iso-8859-1"?><rss version="2.0">
<channel><title><![CDATA[ActionScript.org Flash, Flex and ActionScript Resources - Comments for article: Object Oriented Programming in AS3]]></title><link>http://www.actionscript.org/resources</link><description /><language>en-us</language><copyright><![CDATA[http://www.actionscript.org/resources]]></copyright><generator>N/A</generator><webMaster>general.redirect@gmail.com</webMaster><lastBuildDate>Sat, 25 May 2013 07:34:44 CDT</lastBuildDate><ttl>20</ttl><item><title><![CDATA[Comment #1]]></title><link>http://www.actionscript.org/resources/articles/684/1/Object-Oriented-Programming-in-AS3/Page1.html#Comment12675</link><description><![CDATA[I am a beginner but I started little of Java first and now learning AS3. I really enjoyed this article because it explained the key concepts of OOP really well. Thanks!<br/><br/>
(Comment posted by Loren at 1:30 pm, Fri 20th Feb 2009)]]></description><author>no@spam.com (Loren)</author><pubDate><![CDATA[Fri, 20 Feb 2009 13:30:25 CST]]></pubDate><guid isPermaLink="true">http://www.actionscript.org/resources/articles/684/1/Object-Oriented-Programming-in-AS3/Page1.html#Comment12675</guid></item><item><title><![CDATA[Comment #2]]></title><link>http://www.actionscript.org/resources/articles/684/1/Object-Oriented-Programming-in-AS3/Page1.html#Comment13229</link><description><![CDATA[Nice<br/><br/>
(Comment posted by mahesh at 1:05 am, Mon 13th Jul 2009)]]></description><author>no@spam.com (mahesh)</author><pubDate><![CDATA[Mon, 13 Jul 2009 01:05:47 CDT]]></pubDate><guid isPermaLink="true">http://www.actionscript.org/resources/articles/684/1/Object-Oriented-Programming-in-AS3/Page1.html#Comment13229</guid></item><item><title><![CDATA[Comment #3]]></title><link>http://www.actionscript.org/resources/articles/684/1/Object-Oriented-Programming-in-AS3/Page1.html#Comment13292</link><description><![CDATA[nice article, too bad you can't close that AMD advertising right on top of the code window. it's pathetic!<br/><br/>
(Comment posted by john holt at 2:01 pm, Wed 29th Jul 2009)]]></description><author>no@spam.com (john holt)</author><pubDate><![CDATA[Wed, 29 Jul 2009 14:01:54 CDT]]></pubDate><guid isPermaLink="true">http://www.actionscript.org/resources/articles/684/1/Object-Oriented-Programming-in-AS3/Page1.html#Comment13292</guid></item><item><title><![CDATA[Comment #4]]></title><link>http://www.actionscript.org/resources/articles/684/1/Object-Oriented-Programming-in-AS3/Page1.html#Comment13403</link><description><![CDATA[well if you can't manage to copy and paste the code behind the ad then you're pathetic as well.<br/><br/>
(Comment posted by O.opZ at 10:16 am, Mon 31st Aug 2009)]]></description><author>no@spam.com (O.opZ)</author><pubDate><![CDATA[Mon, 31 Aug 2009 10:16:46 CDT]]></pubDate><guid isPermaLink="true">http://www.actionscript.org/resources/articles/684/1/Object-Oriented-Programming-in-AS3/Page1.html#Comment13403</guid></item><item><title><![CDATA[Comment #5]]></title><link>http://www.actionscript.org/resources/articles/684/1/Object-Oriented-Programming-in-AS3/Page1.html#Comment13442</link><description><![CDATA[i found it a bit confusing :P
and i cant follow the bad formatted code. well, will find another post to read.

and if you kids dont manage to install adblock you may die with ie6.<br/><br/>
(Comment posted by joe at 6:52 am, Mon 7th Sep 2009)]]></description><author>no@spam.com (joe)</author><pubDate><![CDATA[Mon, 07 Sep 2009 06:52:57 CDT]]></pubDate><guid isPermaLink="true">http://www.actionscript.org/resources/articles/684/1/Object-Oriented-Programming-in-AS3/Page1.html#Comment13442</guid></item><item><title><![CDATA[Comment #6]]></title><link>http://www.actionscript.org/resources/articles/684/1/Object-Oriented-Programming-in-AS3/Page1.html#Comment13635</link><description><![CDATA[Nice tutorial, OOP is an amazing thing, I can never go back.<br/><br/>
(Comment posted by Porter at 1:51 am, Fri 30th Oct 2009)]]></description><author>no@spam.com (Porter)</author><pubDate><![CDATA[Fri, 30 Oct 2009 01:51:52 CDT]]></pubDate><guid isPermaLink="true">http://www.actionscript.org/resources/articles/684/1/Object-Oriented-Programming-in-AS3/Page1.html#Comment13635</guid></item><item><title><![CDATA[Comment #7]]></title><link>http://www.actionscript.org/resources/articles/684/1/Object-Oriented-Programming-in-AS3/Page1.html#Comment16512</link><description><![CDATA[nice tutorial.....<br/><br/>
(Comment posted by venkat at 3:15 am, Tue 29th Nov 2011)]]></description><author>no@spam.com (venkat)</author><pubDate><![CDATA[Tue, 29 Nov 2011 03:15:51 CST]]></pubDate><guid isPermaLink="true">http://www.actionscript.org/resources/articles/684/1/Object-Oriented-Programming-in-AS3/Page1.html#Comment16512</guid></item><item><title><![CDATA[Comment #8]]></title><link>http://www.actionscript.org/resources/articles/684/1/Object-Oriented-Programming-in-AS3/Page1.html#Comment17848</link><description><![CDATA[I have little confusion here. When we already implemented interface Selectable to Grid class in its declaration, like this
public class Grid extends ComponentsExt implements Selectable{ 

Then why we need to cast Grid object to Selectable and again assign back to Grid component sGrid? Both sGrid and seGrid are of type Grid?

var seGrid:Grid = new Grid(); 
var sGrid:Grid = seGrid as Selectable;<br/><br/>
(Comment posted by Asif Nawaz at 9:28 pm, Sat 23rd Feb 2013)]]></description><author>no@spam.com (Asif Nawaz)</author><pubDate><![CDATA[Sat, 23 Feb 2013 21:28:49 CST]]></pubDate><guid isPermaLink="true">http://www.actionscript.org/resources/articles/684/1/Object-Oriented-Programming-in-AS3/Page1.html#Comment17848</guid></item><item><title><![CDATA[Comment #9 (Reply to Comment #8)]]></title><link>http://www.actionscript.org/resources/articles/684/1/Object-Oriented-Programming-in-AS3/Page1.html#Comment17852</link><description><![CDATA[Asif,
yes, you are right, sGrid should have Selectable type
update article
I hope now everything is clear for you<br/><br/>
(Comment posted by Antonos at 4:21 am, Sun 24th Feb 2013)]]></description><author>no@spam.com (Antonos)</author><pubDate><![CDATA[Sun, 24 Feb 2013 04:21:09 CST]]></pubDate><guid isPermaLink="true">http://www.actionscript.org/resources/articles/684/1/Object-Oriented-Programming-in-AS3/Page1.html#Comment17852</guid></item></channel></rss>