<?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>Science Dictionary &#187; OOPs</title>
	<atom:link href="http://www.mysciencedictionary.com/category/computer-science/oops/feed" rel="self" type="application/rss+xml" />
	<link>http://www.mysciencedictionary.com</link>
	<description>Definition of Education</description>
	<lastBuildDate>Mon, 16 Aug 2010 06:24:45 +0000</lastBuildDate>
	
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Definition of Class</title>
		<link>http://www.mysciencedictionary.com/definition-of-class/</link>
		<comments>http://www.mysciencedictionary.com/definition-of-class/#comments</comments>
		<pubDate>Thu, 03 Sep 2009 15:35:13 +0000</pubDate>
		<dc:creator>aman</dc:creator>
				<category><![CDATA[Index C]]></category>
		<category><![CDATA[OOPs]]></category>

		<guid isPermaLink="false">http://www.mysciencedictionary.com/?p=198</guid>
		<description><![CDATA[A Class is a group of objects that share common properties and relationship. Defining a Class does not perform any memory allocation.]]></description>
			<content:encoded><![CDATA[<p>A <strong>Class</strong> is a group of objects that share common properties and relationship. Defining a Class does not perform any memory allocation. A Class is like a blueprint for a House, that blueprint gives the specifications of the house, and based on it many houses can be constructed.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mysciencedictionary.com/definition-of-class/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Definition of Object</title>
		<link>http://www.mysciencedictionary.com/definition-of-object/</link>
		<comments>http://www.mysciencedictionary.com/definition-of-object/#comments</comments>
		<pubDate>Thu, 03 Sep 2009 11:55:56 +0000</pubDate>
		<dc:creator>aman</dc:creator>
				<category><![CDATA[Index O]]></category>
		<category><![CDATA[OOPs]]></category>

		<guid isPermaLink="false">http://www.mysciencedictionary.com/?p=196</guid>
		<description><![CDATA[An Object is an identifiable entitly with some characteristics and behaviour. Like in OOPS programming, an Object is represented by its Data and its behaviour is represented by its functions associated.]]></description>
			<content:encoded><![CDATA[<p>An <strong>Object</strong> is an identifiable entitly with some characteristics and behaviour. Like in OOPS programming, an Object is represented by its Data and its behaviour is represented by its functions associated.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mysciencedictionary.com/definition-of-object/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Definition of Object Oriented Paradigm</title>
		<link>http://www.mysciencedictionary.com/definition-of-object-oriented-paradigm/</link>
		<comments>http://www.mysciencedictionary.com/definition-of-object-oriented-paradigm/#comments</comments>
		<pubDate>Thu, 03 Sep 2009 11:12:43 +0000</pubDate>
		<dc:creator>aman</dc:creator>
				<category><![CDATA[Index O]]></category>
		<category><![CDATA[OOPs]]></category>

		<guid isPermaLink="false">http://www.mysciencedictionary.com/?p=194</guid>
		<description><![CDATA[Object Oriented Programming is a programming paradigm that uses 'Objects' to design applications and computer programs, it models the real world.]]></description>
			<content:encoded><![CDATA[<p><strong>Object Oriented Paradigm</strong> is a programming paradigm that uses &#8216;Objects&#8217; to design applications and computer programs, it models the real world. This includes some unique concepts which overcome the drawbacks of fellow programming paradigms. In OOP, the emphasis is on data and not on procedures. C++ is a programming language which obey OOP features.</p>
<p>General <strong>Features of OOP</strong> Programming:</p>
<ul>
<li>Object</li>
<li>Classes</li>
<li>Data Abstraction</li>
<li>Data Encapsulation</li>
<li>Inheritance</li>
<li>Modlarity</li>
<li>Polymorphism</li>
<li>Message Passing</li>
<li>Dynamic Binding</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.mysciencedictionary.com/definition-of-object-oriented-paradigm/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Definition of Procedural Paradigm</title>
		<link>http://www.mysciencedictionary.com/definition-of-procedural-paradigm/</link>
		<comments>http://www.mysciencedictionary.com/definition-of-procedural-paradigm/#comments</comments>
		<pubDate>Thu, 03 Sep 2009 10:15:22 +0000</pubDate>
		<dc:creator>aman</dc:creator>
				<category><![CDATA[Index P]]></category>
		<category><![CDATA[OOPs]]></category>

		<guid isPermaLink="false">http://www.mysciencedictionary.com/?p=192</guid>
		<description><![CDATA[Procedural paradigm is a programming Paradigm which emphasis on procedure means doing things.]]></description>
			<content:encoded><![CDATA[<p><strong>Procedural Paradigm</strong> is a programming Paradigm which emphasis on procedure means doing things. It does not model the real world. The data takes the back seat in Procedural programming Paradigm.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mysciencedictionary.com/definition-of-procedural-paradigm/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Definition of Paradigm</title>
		<link>http://www.mysciencedictionary.com/definition-of-paradigm/</link>
		<comments>http://www.mysciencedictionary.com/definition-of-paradigm/#comments</comments>
		<pubDate>Thu, 03 Sep 2009 09:10:32 +0000</pubDate>
		<dc:creator>aman</dc:creator>
				<category><![CDATA[Index P]]></category>
		<category><![CDATA[OOPs]]></category>

		<guid isPermaLink="false">http://www.mysciencedictionary.com/?p=190</guid>
		<description><![CDATA[Paradigm is an approach to Programming, it means organizing principle of a program.]]></description>
			<content:encoded><![CDATA[<p><strong>Paradigm</strong> is an approach to Programming, it means organizing principle of a program.</p>
<p>There are two types of Programming Paradigm:</p>
<ul>
<li>Procedural Paradigm</li>
<li>Object Oriented Paradigm</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.mysciencedictionary.com/definition-of-paradigm/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

