<?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: Data Hiding in C</title>
	<atom:link href="http://blog.stevedoria.net/20080302/data-hiding-in-c/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.stevedoria.net/20080302/data-hiding-in-c</link>
	<description>Real-World Computing Experience Distilled</description>
	<lastBuildDate>Tue, 07 May 2013 19:22:30 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: prabhat</title>
		<link>http://blog.stevedoria.net/20080302/data-hiding-in-c/comment-page-1#comment-7878</link>
		<dc:creator>prabhat</dc:creator>
		<pubDate>Wed, 02 Feb 2011 14:26:35 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stevedoria.net/20080302/data-hiding-in-c#comment-7878</guid>
		<description><![CDATA[what if in main function i wrote :
Circle *ci;
ci-&gt;radius=6;
so data hiding is not implemented correctly]]></description>
		<content:encoded><![CDATA[<p>what if in main function i wrote :<br />
Circle *ci;<br />
ci-&gt;radius=6;<br />
so data hiding is not implemented correctly</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: p m patil</title>
		<link>http://blog.stevedoria.net/20080302/data-hiding-in-c/comment-page-1#comment-7721</link>
		<dc:creator>p m patil</dc:creator>
		<pubDate>Thu, 08 Apr 2010 06:48:12 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stevedoria.net/20080302/data-hiding-in-c#comment-7721</guid>
		<description><![CDATA[i want a program iwhich shows hat private data mebebrs of a class can not be accessed]]></description>
		<content:encoded><![CDATA[<p>i want a program iwhich shows hat private data mebebrs of a class can not be accessed</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fingman</title>
		<link>http://blog.stevedoria.net/20080302/data-hiding-in-c/comment-page-1#comment-7668</link>
		<dc:creator>Fingman</dc:creator>
		<pubDate>Wed, 04 Nov 2009 08:16:28 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stevedoria.net/20080302/data-hiding-in-c#comment-7668</guid>
		<description><![CDATA[I was looking how data hiding was done procedural languages and this explained it really well. Nice blog.]]></description>
		<content:encoded><![CDATA[<p>I was looking how data hiding was done procedural languages and this explained it really well. Nice blog.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
