





<?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: [C++ Tutorial 2] Multi-Paradigm Programming</title>
	<atom:link href="http://www.durofy.com/computers/programming/c-as-a-multi-paradigm-programming-language/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.durofy.com/programming/c-as-a-multi-paradigm-programming-language/</link>
	<description>Engineering &#38; Technology Tutorials</description>
	<lastBuildDate>Sat, 19 May 2012 06:06:03 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: What are big differences between C and C++</title>
		<link>http://www.durofy.com/programming/c-as-a-multi-paradigm-programming-language/#comment-50</link>
		<dc:creator>What are big differences between C and C++</dc:creator>
		<pubDate>Thu, 19 May 2011 20:58:17 +0000</pubDate>
		<guid isPermaLink="false">http://zarrata.com/durofy/?p=46#comment-50</guid>
		<description>[...] Provide return 0 Automatically  C follows the procedural programming paradigm while C++ is a multi-paradigmlanguage(procedural as well as object oriented)   In case of C, the data is not secured while the [...]</description>
		<content:encoded><![CDATA[<p>[...] Provide return 0 Automatically  C follows the procedural programming paradigm while C++ is a multi-paradigmlanguage(procedural as well as object oriented)   In case of C, the data is not secured while the [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Durofy &#187; 10 Major Differences Between C And JAVA</title>
		<link>http://www.durofy.com/programming/c-as-a-multi-paradigm-programming-language/#comment-49</link>
		<dc:creator>Durofy &#187; 10 Major Differences Between C And JAVA</dc:creator>
		<pubDate>Thu, 23 Dec 2010 06:52:30 +0000</pubDate>
		<guid isPermaLink="false">http://zarrata.com/durofy/?p=46#comment-49</guid>
		<description>[...] is. Most differences between the features of the two languages arise due to the use of different programming paradigms. C breaks down to functions while JAVA breaks down to Objects. C is more procedure-oriented while [...]</description>
		<content:encoded><![CDATA[<p>[...] is. Most differences between the features of the two languages arise due to the use of different programming paradigms. C breaks down to functions while JAVA breaks down to Objects. C is more procedure-oriented while [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Durofy &#187; C++ Tutorial 1 &#8211; The Basics</title>
		<link>http://www.durofy.com/programming/c-as-a-multi-paradigm-programming-language/#comment-48</link>
		<dc:creator>Durofy &#187; C++ Tutorial 1 &#8211; The Basics</dc:creator>
		<pubDate>Sat, 10 Jul 2010 12:47:33 +0000</pubDate>
		<guid isPermaLink="false">http://zarrata.com/durofy/?p=46#comment-48</guid>
		<description>[...] to Tutorial 2)   0 people like this post. Like&#160;  AKPC_IDS += &quot;347,&quot;;Popularity: unranked [?]Submit this to [...]</description>
		<content:encoded><![CDATA[<p>[...] to Tutorial 2)   0 people like this post. Like&nbsp;  AKPC_IDS += &quot;347,&quot;;Popularity: unranked [?]Submit this to [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 10 Major Differences Between C And C++ at Detrix</title>
		<link>http://www.durofy.com/programming/c-as-a-multi-paradigm-programming-language/#comment-47</link>
		<dc:creator>10 Major Differences Between C And C++ at Detrix</dc:creator>
		<pubDate>Mon, 05 Oct 2009 04:31:09 +0000</pubDate>
		<guid isPermaLink="false">http://zarrata.com/durofy/?p=46#comment-47</guid>
		<description>[...] C follows the procedural programming paradigm while C++ is a multi-paradigm language(procedural as well as object oriented) In case of C, importance is given to the steps or [...]</description>
		<content:encoded><![CDATA[<p>[...] C follows the procedural programming paradigm while C++ is a multi-paradigm language(procedural as well as object oriented) In case of C, importance is given to the steps or [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 10 Major Differences Between C And C++ &#187; Durofy</title>
		<link>http://www.durofy.com/programming/c-as-a-multi-paradigm-programming-language/#comment-46</link>
		<dc:creator>10 Major Differences Between C And C++ &#187; Durofy</dc:creator>
		<pubDate>Fri, 14 Aug 2009 17:23:27 +0000</pubDate>
		<guid isPermaLink="false">http://zarrata.com/durofy/?p=46#comment-46</guid>
		<description>[...] C follows the procedural programming paradigm while C++ is a multi-paradigm language(procedural as well as object oriented) In case of C, importance is given to the steps or [...]</description>
		<content:encoded><![CDATA[<p>[...] C follows the procedural programming paradigm while C++ is a multi-paradigm language(procedural as well as object oriented) In case of C, importance is given to the steps or [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: The Basics Of Object Oriented Programming &#187; Durofy</title>
		<link>http://www.durofy.com/programming/c-as-a-multi-paradigm-programming-language/#comment-45</link>
		<dc:creator>The Basics Of Object Oriented Programming &#187; Durofy</dc:creator>
		<pubDate>Tue, 11 Aug 2009 15:56:14 +0000</pubDate>
		<guid isPermaLink="false">http://zarrata.com/durofy/?p=46#comment-45</guid>
		<description>[...] I pointed out in my previous post, we use classes in Object Oriented Programming(OOP) which are a blueprint of objects that share [...]</description>
		<content:encoded><![CDATA[<p>[...] I pointed out in my previous post, we use classes in Object Oriented Programming(OOP) which are a blueprint of objects that share [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

