<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>HeHeHunter dot Com &#187; Programming</title>
	<atom:link href="http://hehehunter.com/category/computers/programming/feed/" rel="self" type="application/rss+xml" />
	<link>http://hehehunter.com</link>
	<description>Where I talk about IT</description>
	<lastBuildDate>Fri, 04 Dec 2009 19:15:47 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Object Model in Simple English</title>
		<link>http://hehehunter.com/computers/object-model-in-simple-english/</link>
		<comments>http://hehehunter.com/computers/object-model-in-simple-english/#comments</comments>
		<pubDate>Mon, 12 Oct 2009 02:00:57 +0000</pubDate>
		<dc:creator>HeHeHunter</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Classes]]></category>
		<category><![CDATA[Events]]></category>
		<category><![CDATA[Methods]]></category>
		<category><![CDATA[Objects]]></category>
		<category><![CDATA[Properties]]></category>

		<guid isPermaLink="false">http://hehehunter.com/?p=124</guid>
		<description><![CDATA[In Object Orientated Programming such as C#, Java and VB, we always come across the object model.
The object model consist of:

objects
properties
methods
events
classes


However, many of us confused by these models. Well, this is how I describe these object models.
Objects
Imagine it is like a thing such as papers, phones, dictionary, etc.
Another way to describe it in English Grammar [...]]]></description>
			<content:encoded><![CDATA[<p>In Object Orientated Programming such as C#, Java and VB, we always come across the object model.</p>
<p>The object model consist of:</p>
<ol>
<li>objects</li>
<li>properties</li>
<li>methods</li>
<li>events</li>
<li>classes</li>
</ol>
<p><span id="more-124"></span></p>
<p>However, many of us confused by these models. Well, this is how I describe these object models.</p>
<p><span style="text-decoration: underline;"><strong>Objects</strong></span></p>
<p>Imagine it is like a thing such as papers, phones, dictionary, etc.</p>
<p>Another way to describe it in English Grammar would be &#8220;Noun&#8221;.</p>
<p><span style="text-decoration: underline;"><strong>Properties</strong></span></p>
<p>How does your object look like? Let&#8217;s say we take a book as reference. How does the book look like? what colour? size?</p>
<p>Another way to describe it in English Grammar would be &#8220;Adjectives&#8221;.</p>
<p><span style="text-decoration: underline;"><strong>Methods</strong></span></p>
<p>Let&#8217;s say I ask you to show me a book. You take a book and showed it to me. The action where you show it to me is known as methods.</p>
<p><span style="text-decoration: underline;"><strong>Events</strong></span></p>
<p>When I first asked you to show me a book, an event is triggered where you are either able to show me a book or not.</p>
<p><span style="text-decoration: underline;"><strong>Classes</strong></span></p>
<p>Classes is just like a dictionary. It consists of every definition of all available properties, methods and events. When you describe an object, the description often based on a dictionary.</p>
<p>Note: This is my method of explaining this as I couldn&#8217;t find any other way to explain it.</p>
]]></content:encoded>
			<wfw:commentRss>http://hehehunter.com/computers/object-model-in-simple-english/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
