<?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>TechArtifact &#187; C++</title>
	<atom:link href="http://www.techartifact.com/blogs/category/c/feed" rel="self" type="application/rss+xml" />
	<link>http://www.techartifact.com/blogs</link>
	<description>Techie blog</description>
	<lastBuildDate>Sat, 03 Jul 2010 08:11:01 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Interface vs Abstract Class</title>
		<link>http://www.techartifact.com/blogs/2009/08/interface-vs-abstract-class.html</link>
		<comments>http://www.techartifact.com/blogs/2009/08/interface-vs-abstract-class.html#comments</comments>
		<pubDate>Tue, 04 Aug 2009 11:20:12 +0000</pubDate>
		<dc:creator>Vinay</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[C++]]></category>
		<category><![CDATA[Common]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[Abstract]]></category>
		<category><![CDATA[Interface]]></category>
		<category><![CDATA[Oracle ADF]]></category>
		<category><![CDATA[when to use abstract class]]></category>
		<category><![CDATA[when to use interface]]></category>

		<guid isPermaLink="false">http://www.techartifact.com/blogs/?p=816</guid>
		<description><![CDATA[Abstract classes Abstract class is class which contain one or more abstract methods, which is implemented by sub classes. An abstract class can contain no abstract methods but also containe mehtod with body. Abstract classes are useful in a situation when some general methods should be implemented and specialization behavior should be implemented by subclasses.Abstract [...]]]></description>
		<wfw:commentRss>http://www.techartifact.com/blogs/2009/08/interface-vs-abstract-class.html/feed</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
		<item>
		<title>C++ Memory Allocations</title>
		<link>http://www.techartifact.com/blogs/2009/04/c-memory-allocations.html</link>
		<comments>http://www.techartifact.com/blogs/2009/04/c-memory-allocations.html#comments</comments>
		<pubDate>Sun, 05 Apr 2009 15:03:29 +0000</pubDate>
		<dc:creator>nirmal</dc:creator>
				<category><![CDATA[C++]]></category>
		<category><![CDATA[Heap]]></category>
		<category><![CDATA[Memory]]></category>
		<category><![CDATA[Stack]]></category>

		<guid isPermaLink="false">http://www.techartifact.com/blogs/?p=304</guid>
		<description><![CDATA[MEMORY DIAGRAM This document provides some basic information that you may need to fully understand the topical documents provided at this web site. Figure 1 is used to define the memory elements of any program via a graphical representation. This diagram is a depiction of memory and will be used to illustrate how the various [...]]]></description>
		<wfw:commentRss>http://www.techartifact.com/blogs/2009/04/c-memory-allocations.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>My First Generosity &#8211; split function</title>
		<link>http://www.techartifact.com/blogs/2009/02/my-first-generosity-split-function.html</link>
		<comments>http://www.techartifact.com/blogs/2009/02/my-first-generosity-split-function.html#comments</comments>
		<pubDate>Wed, 04 Feb 2009 15:19:00 +0000</pubDate>
		<dc:creator>abhay</dc:creator>
				<category><![CDATA[C++]]></category>

		<guid isPermaLink="false">http://www.techartifact.com/?p=5</guid>
		<description><![CDATA[ ]]></description>
		<wfw:commentRss>http://www.techartifact.com/blogs/2009/02/my-first-generosity-split-function.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
