<?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: An Introduction to Object-Oriented Programming (1 of 5)</title>
	<atom:link href="http://jacwright.com/blog/18/an-introduction-to-object-oriented-programming/feed/" rel="self" type="application/rss+xml" />
	<link>http://jacwright.com/blog/18/an-introduction-to-object-oriented-programming/</link>
	<description>Flex, AIR, PHP, etc.</description>
	<lastBuildDate>Fri, 12 Mar 2010 23:40:29 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Shane Molinari</title>
		<link>http://jacwright.com/blog/18/an-introduction-to-object-oriented-programming/comment-page-1/#comment-2748</link>
		<dc:creator>Shane Molinari</dc:creator>
		<pubDate>Thu, 14 Jun 2007 16:00:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.jacwright.com/blog/?p=18#comment-2748</guid>
		<description>I can appreciate your knowledge-share and look forward to learning about OOP.</description>
		<content:encoded><![CDATA[<p>I can appreciate your knowledge-share and look forward to learning about OOP.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Flovi Thomas</title>
		<link>http://jacwright.com/blog/18/an-introduction-to-object-oriented-programming/comment-page-1/#comment-2569</link>
		<dc:creator>Flovi Thomas</dc:creator>
		<pubDate>Sat, 19 May 2007 05:43:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.jacwright.com/blog/?p=18#comment-2569</guid>
		<description>I found the introduction very helpful.  It is simple, lucid and has given me a fairly good image as to what OOP is all about.</description>
		<content:encoded><![CDATA[<p>I found the introduction very helpful.  It is simple, lucid and has given me a fairly good image as to what OOP is all about.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Holmen</title>
		<link>http://jacwright.com/blog/18/an-introduction-to-object-oriented-programming/comment-page-1/#comment-1742</link>
		<dc:creator>John Holmen</dc:creator>
		<pubDate>Wed, 14 Feb 2007 20:57:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.jacwright.com/blog/?p=18#comment-1742</guid>
		<description>Re: &quot;[With functions] There is not (inherently) much structure. There is not much organization.&quot; 

Reply: Perhaps you were just a bad procedural programmer. There are systematic ways to organize and &quot;index&quot; functions and modules. OO classes can be a sea of messy blobs and string also. You are painting with a hype brush, I feel.</description>
		<content:encoded><![CDATA[<p>Re: &#8220;[With functions] There is not (inherently) much structure. There is not much organization.&#8221; </p>
<p>Reply: Perhaps you were just a bad procedural programmer. There are systematic ways to organize and &#8220;index&#8221; functions and modules. OO classes can be a sea of messy blobs and string also. You are painting with a hype brush, I feel.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Utah PHP Users Group &#187; Blog Archive &#187; Creating objects (4 of 5)</title>
		<link>http://jacwright.com/blog/18/an-introduction-to-object-oriented-programming/comment-page-1/#comment-1004</link>
		<dc:creator>Utah PHP Users Group &#187; Blog Archive &#187; Creating objects (4 of 5)</dc:creator>
		<pubDate>Sun, 10 Sep 2006 07:13:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.jacwright.com/blog/?p=18#comment-1004</guid>
		<description>[...] In the previous three object oriented programming articles written for jacwright.com, we introduced object oriented programming, spoke of thinking about a system object oriented, and discussed the importance of planning, even if only in one&#8217;s head. The next two articles, Creating Objects and Reusing Objects, delve into the meatier subject of writing objects. We will be discussing how to implement the plans we&#8217;ve made and the systems we&#8217;ve conceptualized. Without these principles, object oriented programming can become a mess instead of a blessing. Encapsulate, Encapsulate, Dance to the Music (lyrics) [...]</description>
		<content:encoded><![CDATA[<p>[...] In the previous three object oriented programming articles written for jacwright.com, we introduced object oriented programming, spoke of thinking about a system object oriented, and discussed the importance of planning, even if only in one&#8217;s head. The next two articles, Creating Objects and Reusing Objects, delve into the meatier subject of writing objects. We will be discussing how to implement the plans we&#8217;ve made and the systems we&#8217;ve conceptualized. Without these principles, object oriented programming can become a mess instead of a blessing. Encapsulate, Encapsulate, Dance to the Music (lyrics) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rekik Telayneh</title>
		<link>http://jacwright.com/blog/18/an-introduction-to-object-oriented-programming/comment-page-1/#comment-687</link>
		<dc:creator>Rekik Telayneh</dc:creator>
		<pubDate>Fri, 16 Jun 2006 18:02:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.jacwright.com/blog/?p=18#comment-687</guid>
		<description>Well, as computer science student it is represented breiflly and easly undestandable</description>
		<content:encoded><![CDATA[<p>Well, as computer science student it is represented breiflly and easly undestandable</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gary Matthew Rogers &#187; Blog Archive &#187; Object-Oriented Programming</title>
		<link>http://jacwright.com/blog/18/an-introduction-to-object-oriented-programming/comment-page-1/#comment-50</link>
		<dc:creator>Gary Matthew Rogers &#187; Blog Archive &#187; Object-Oriented Programming</dc:creator>
		<pubDate>Sun, 18 Sep 2005 02:10:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.jacwright.com/blog/?p=18#comment-50</guid>
		<description>[...] Jacob Wright: Object-Oriented Programming [...]</description>
		<content:encoded><![CDATA[<p>[...] Jacob Wright: Object-Oriented Programming [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jac Wright &#187; Planning Systems (3 of 5)</title>
		<link>http://jacwright.com/blog/18/an-introduction-to-object-oriented-programming/comment-page-1/#comment-41</link>
		<dc:creator>Jac Wright &#187; Planning Systems (3 of 5)</dc:creator>
		<pubDate>Fri, 05 Aug 2005 16:40:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.jacwright.com/blog/?p=18#comment-41</guid>
		<description>[...] An Introduction to Object-Oriented Programming [...]</description>
		<content:encoded><![CDATA[<p>[...] An Introduction to Object-Oriented Programming [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jac Wright &#187; Thinking Object-Oriented (2 of 5)</title>
		<link>http://jacwright.com/blog/18/an-introduction-to-object-oriented-programming/comment-page-1/#comment-40</link>
		<dc:creator>Jac Wright &#187; Thinking Object-Oriented (2 of 5)</dc:creator>
		<pubDate>Fri, 05 Aug 2005 16:39:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.jacwright.com/blog/?p=18#comment-40</guid>
		<description>[...] An Introduction to Object-Oriented Programming [...]</description>
		<content:encoded><![CDATA[<p>[...] An Introduction to Object-Oriented Programming [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jac Wright &#187; An Introduction to Object-Oriented Programming (1 of 5)</title>
		<link>http://jacwright.com/blog/18/an-introduction-to-object-oriented-programming/comment-page-1/#comment-39</link>
		<dc:creator>Jac Wright &#187; An Introduction to Object-Oriented Programming (1 of 5)</dc:creator>
		<pubDate>Fri, 05 Aug 2005 16:38:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.jacwright.com/blog/?p=18#comment-39</guid>
		<description>[...] An Introduction to Object-Oriented Programming (1 of 5)   June 13th, 2005&#8212; Jacob Wright [...]</description>
		<content:encoded><![CDATA[<p>[...] An Introduction to Object-Oriented Programming (1 of 5)   June 13th, 2005&mdash; Jacob Wright [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: joshbuhler.com &#187; Intro to OOP</title>
		<link>http://jacwright.com/blog/18/an-introduction-to-object-oriented-programming/comment-page-1/#comment-38</link>
		<dc:creator>joshbuhler.com &#187; Intro to OOP</dc:creator>
		<pubDate>Fri, 05 Aug 2005 15:59:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.jacwright.com/blog/?p=18#comment-38</guid>
		<description>[...] Part 1: An Introduction to OOP [...]</description>
		<content:encoded><![CDATA[<p>[...] Part 1: An Introduction to OOP [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
