<?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>C and C++ Programming Resources &#187; Object Oriented Programming</title>
	<atom:link href="http://www.mycplus.com/category/tutorials/object-oriented-programming/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mycplus.com</link>
	<description>C and C++ Programming Tutorials and Source code</description>
	<lastBuildDate>Tue, 20 Jul 2010 17:22:50 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Polymorphism</title>
		<link>http://www.mycplus.com/tutorials/object-oriented-programming/polymorphism/</link>
		<comments>http://www.mycplus.com/tutorials/object-oriented-programming/polymorphism/#comments</comments>
		<pubDate>Mon, 22 Sep 2008 02:00:05 +0000</pubDate>
		<dc:creator>saqib</dc:creator>
				<category><![CDATA[Object Oriented Programming]]></category>
		<category><![CDATA[C++ Programming]]></category>
		<category><![CDATA[Classe]]></category>
		<category><![CDATA[Inheritance]]></category>
		<category><![CDATA[Polymorphism]]></category>

		<guid isPermaLink="false">http://www.mycplus.com/?p=366</guid>
		<description><![CDATA[Class inheritance is not just about reusing the classes at many locations, it also adds enormous flexibility to the way in which one can program his application.
The object-oriented programming approach focuses on objects as the basis for application building. Objects are instances of classes, which contain a description of related data and procedures. The Visual [...]]]></description>
		<wfw:commentRss>http://www.mycplus.com/tutorials/object-oriented-programming/polymorphism/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Standard Template Library</title>
		<link>http://www.mycplus.com/tutorials/object-oriented-programming/standard-template-library/</link>
		<comments>http://www.mycplus.com/tutorials/object-oriented-programming/standard-template-library/#comments</comments>
		<pubDate>Sun, 21 Sep 2008 02:00:05 +0000</pubDate>
		<dc:creator>saqib</dc:creator>
				<category><![CDATA[Object Oriented Programming]]></category>
		<category><![CDATA[C++ Library]]></category>
		<category><![CDATA[standard template library]]></category>
		<category><![CDATA[STL]]></category>

		<guid isPermaLink="false">http://www.mycplus.com/?p=365</guid>
		<description><![CDATA[The STL (Standard Template Library) was originally a third-party library from HP and later SGI, before its incorporation into the C++ standard. The standard does not refer to it as &#8220;STL&#8221;, as it is merely a part of the standard library, but many people still use that term to distinguish it from the rest of [...]]]></description>
		<wfw:commentRss>http://www.mycplus.com/tutorials/object-oriented-programming/standard-template-library/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Objects</title>
		<link>http://www.mycplus.com/tutorials/object-oriented-programming/objects/</link>
		<comments>http://www.mycplus.com/tutorials/object-oriented-programming/objects/#comments</comments>
		<pubDate>Thu, 18 Sep 2008 02:00:05 +0000</pubDate>
		<dc:creator>saqib</dc:creator>
				<category><![CDATA[Object Oriented Programming]]></category>
		<category><![CDATA[C Programming]]></category>
		<category><![CDATA[C++ Programming]]></category>
		<category><![CDATA[Object]]></category>

		<guid isPermaLink="false">http://www.mycplus.com/?p=364</guid>
		<description><![CDATA[Structured programming only deals with procedures (functions) and variables. The basic idea behind the Object Oriented Programming is that it deals with   the objects. In real life everything is an object and every object has properties and functionality.
As everything in the computer world is derived from the real life, like online books resemble [...]]]></description>
		<wfw:commentRss>http://www.mycplus.com/tutorials/object-oriented-programming/objects/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Classes</title>
		<link>http://www.mycplus.com/tutorials/object-oriented-programming/classes/</link>
		<comments>http://www.mycplus.com/tutorials/object-oriented-programming/classes/#comments</comments>
		<pubDate>Wed, 17 Sep 2008 02:00:05 +0000</pubDate>
		<dc:creator>saqib</dc:creator>
				<category><![CDATA[Object Oriented Programming]]></category>
		<category><![CDATA[C Programming]]></category>
		<category><![CDATA[Class]]></category>
		<category><![CDATA[Classes]]></category>
		<category><![CDATA[Define Classes]]></category>
		<category><![CDATA[Object]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://www.mycplus.com/?p=363</guid>
		<description><![CDATA[If we say that a particular programming language is Object Oriented then it means, the programming language must have the facility to define classes in it. A class is an expanded concept of a data structure i.e instead of containing data only, it can contain both data and functions (operations on data).
What is a Class?
A [...]]]></description>
		<wfw:commentRss>http://www.mycplus.com/tutorials/object-oriented-programming/classes/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>Inheritance</title>
		<link>http://www.mycplus.com/tutorials/object-oriented-programming/inheritance/</link>
		<comments>http://www.mycplus.com/tutorials/object-oriented-programming/inheritance/#comments</comments>
		<pubDate>Mon, 15 Sep 2008 02:00:05 +0000</pubDate>
		<dc:creator>saqib</dc:creator>
				<category><![CDATA[Object Oriented Programming]]></category>
		<category><![CDATA[C++ Programming]]></category>
		<category><![CDATA[Inheritance]]></category>
		<category><![CDATA[Object Oriented Programing]]></category>
		<category><![CDATA[OOP]]></category>

		<guid isPermaLink="false">http://www.mycplus.com/?p=362</guid>
		<description><![CDATA[In real life inheritance is what we acquire from our parents. For example our lifestyle, way of talking etc&#8230;
In Object Oriented Programming Inheritance is the process by which objects of one class acquire the properties and functionality of objects of another class. It supports the concept of hierarchical classification. For example, the bird robin is [...]]]></description>
		<wfw:commentRss>http://www.mycplus.com/tutorials/object-oriented-programming/inheritance/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OOP Techniques</title>
		<link>http://www.mycplus.com/tutorials/object-oriented-programming/oop-techniques/</link>
		<comments>http://www.mycplus.com/tutorials/object-oriented-programming/oop-techniques/#comments</comments>
		<pubDate>Thu, 11 Sep 2008 02:00:05 +0000</pubDate>
		<dc:creator>saqib</dc:creator>
				<category><![CDATA[Object Oriented Programming]]></category>
		<category><![CDATA[C Programming]]></category>
		<category><![CDATA[Data Hiding]]></category>
		<category><![CDATA[Inheritance]]></category>
		<category><![CDATA[Object Oriented Programing]]></category>
		<category><![CDATA[Overloading]]></category>
		<category><![CDATA[Polymorphism]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://www.mycplus.com/?p=361</guid>
		<description><![CDATA[Before getting into the discussion of what are the object oriented programmingtechniques, let&#8217;s first look at
What makes a programming language or programming methodology object oriented?
Well, there are several indisputable pillars of object orientation.
These features stand out more than any other as far as object orientation goes.
They are

Encapsulation
 Data Hiding
 Overloading
 Polymorphism
 Grand-daddy of them all [...]]]></description>
		<wfw:commentRss>http://www.mycplus.com/tutorials/object-oriented-programming/oop-techniques/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
