





<?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>Durofy &#187; programming paradigm</title>
	<atom:link href="http://www.durofy.com/tag/programming-paradigm/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.durofy.com</link>
	<description>Engineering &#38; Technology Tutorials</description>
	<lastBuildDate>Sat, 05 May 2012 02:06:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>[C++ Tutorial 2] Multi-Paradigm Programming</title>
		<link>http://www.durofy.com/programming/c-as-a-multi-paradigm-programming-language/</link>
		<comments>http://www.durofy.com/programming/c-as-a-multi-paradigm-programming-language/#comments</comments>
		<pubDate>Fri, 07 Aug 2009 16:13:51 +0000</pubDate>
		<dc:creator>Rishabh Dev</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[c++]]></category>
		<category><![CDATA[c++ programming]]></category>
		<category><![CDATA[multi-paradigm]]></category>
		<category><![CDATA[multi-paradigm languages]]></category>
		<category><![CDATA[object-oriented programming]]></category>
		<category><![CDATA[programming language]]></category>
		<category><![CDATA[programming paradigm]]></category>

		<guid isPermaLink="false">http://zarrata.com/durofy/?p=46</guid>
		<description><![CDATA[Whenever the programmers feel the need to change the basic layout of setting up a program, a new paradigm is introduced. Computer languages can then be classified based on the respective paradigm. A programming paradigm is nothing but a style of programming. In one paradigm we may concentrate on the logic, in another, we may [...]]]></description>
			<content:encoded><![CDATA[<p>Whenever the programmers feel the need to change the basic layout of setting up a program, a new paradigm is introduced. Computer languages can then be classified based on the respective paradigm.</p>
<p>A programming paradigm is nothing but a style of programming. In one paradigm we may concentrate on the logic, in another, we may stress on the structure or procedure of our program.</p>
<p>C++ is a programming language that uses three such paradigms &amp; hence, is said to be a Multi-Paradigm programming language.</p>
<p>A) <strong>Generic</strong> - We generalize concepts as <em>templates</em> &amp; reuse them in the source code.</p>
<p>B) <strong>Imperative</strong> - We work with a sequence of commands so as to change the <em>state</em> of the program.</p>
<p>(Procedural Programming is the most common way this can be done. Structural Programming is a subset of Procedural programming)</p>
<p>C) <strong>Object-Oriented</strong> - We use classes which are blueprints of objects that share common behavior &amp; properties.</p>
<p>(The focus here is on the data &amp; instructions rather than the process).</p>
<p>[Go to <a href="http://zarrata.com/durofy/computers/programming/c-tutorial-3-basic-program-structure/">Tutorial 3</a>]</p>
]]></content:encoded>
			<wfw:commentRss>http://www.durofy.com/programming/c-as-a-multi-paradigm-programming-language/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>

