<?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: 11.8 &#8212; Virtual base classes</title>
	<atom:link href="http://www.learncpp.com/cpp-tutorial/118-virtual-base-classes/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.learncpp.com/cpp-tutorial/118-virtual-base-classes/</link>
	<description></description>
	<lastBuildDate>Tue, 07 Feb 2012 12:30:29 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: deepak.sisodiya</title>
		<link>http://www.learncpp.com/cpp-tutorial/118-virtual-base-classes/comment-page-1/#comment-95395</link>
		<dc:creator>deepak.sisodiya</dc:creator>
		<pubDate>Wed, 27 Apr 2011 11:47:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.learncpp.com/cpp-tutorial/118-virtual-base-classes/#comment-95395</guid>
		<description>thanks bady.....</description>
		<content:encoded><![CDATA[<p>thanks bady&#8230;..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lokesh</title>
		<link>http://www.learncpp.com/cpp-tutorial/118-virtual-base-classes/comment-page-1/#comment-95270</link>
		<dc:creator>Lokesh</dc:creator>
		<pubDate>Mon, 21 Mar 2011 11:53:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.learncpp.com/cpp-tutorial/118-virtual-base-classes/#comment-95270</guid>
		<description>Hi friends,

Explanation given is only helpful for basic user and for Desktop application.

But in Embedded u require more information. for example how Compiler store this information that only 1 object will be initiated.
like for virtual function we have virtual table concept</description>
		<content:encoded><![CDATA[<p>Hi friends,</p>
<p>Explanation given is only helpful for basic user and for Desktop application.</p>
<p>But in Embedded u require more information. for example how Compiler store this information that only 1 object will be initiated.<br />
like for virtual function we have virtual table concept</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Salve Sayali</title>
		<link>http://www.learncpp.com/cpp-tutorial/118-virtual-base-classes/comment-page-1/#comment-95238</link>
		<dc:creator>Salve Sayali</dc:creator>
		<pubDate>Thu, 10 Mar 2011 05:14:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.learncpp.com/cpp-tutorial/118-virtual-base-classes/#comment-95238</guid>
		<description>&quot;Copier is still responsible for creating PoweredDevice.&quot;???</description>
		<content:encoded><![CDATA[<p>&#8220;Copier is still responsible for creating PoweredDevice.&#8221;???</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: A. Syukri Abdollah</title>
		<link>http://www.learncpp.com/cpp-tutorial/118-virtual-base-classes/comment-page-1/#comment-95189</link>
		<dc:creator>A. Syukri Abdollah</dc:creator>
		<pubDate>Sat, 19 Feb 2011 21:45:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.learncpp.com/cpp-tutorial/118-virtual-base-classes/#comment-95189</guid>
		<description>The &lt;i&gt;most derived&lt;/i&gt; class. How it is so misleading. One would&#039;ve assumed it&#039;s the class which is most derived from (which is, in this case, the base class). They should&#039;ve named it &lt;i&gt;deriving&lt;/i&gt; class, so that at least Alex&#039;s tutorial would be easier to understand :)</description>
		<content:encoded><![CDATA[<p>The <i>most derived</i> class. How it is so misleading. One would&#8217;ve assumed it&#8217;s the class which is most derived from (which is, in this case, the base class). They should&#8217;ve named it <i>deriving</i> class, so that at least Alex&#8217;s tutorial would be easier to understand :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: saini</title>
		<link>http://www.learncpp.com/cpp-tutorial/118-virtual-base-classes/comment-page-1/#comment-90705</link>
		<dc:creator>saini</dc:creator>
		<pubDate>Sun, 22 Aug 2010 19:21:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.learncpp.com/cpp-tutorial/118-virtual-base-classes/#comment-90705</guid>
		<description>&lt;pre&gt; HI ALEX,
WOULD YOU PLEASE EXPLAIN TO ME WHY MOST DERIVED CLASS IS RESPONSIBLE FOR CREATION OF &#039;VIRTUAL BASE&#039;?
&lt;/pre&gt;</description>
		<content:encoded><![CDATA[<pre> HI ALEX,
WOULD YOU PLEASE EXPLAIN TO ME WHY MOST DERIVED CLASS IS RESPONSIBLE FOR CREATION OF &#39;VIRTUAL BASE&#39;?
</pre>
]]></content:encoded>
	</item>
	<item>
		<title>By: saini</title>
		<link>http://www.learncpp.com/cpp-tutorial/118-virtual-base-classes/comment-page-1/#comment-90704</link>
		<dc:creator>saini</dc:creator>
		<pubDate>Sun, 22 Aug 2010 19:15:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.learncpp.com/cpp-tutorial/118-virtual-base-classes/#comment-90704</guid>
		<description>&lt;pre&gt; sandhya, constructor and destructor can not be inherited because a constructor have same name as its class and i don&#039;t think there are two classes existing in your program having same name....
this is also true in case of destructor&lt;/pre&gt;</description>
		<content:encoded><![CDATA[<pre> sandhya, constructor and destructor can not be inherited because a constructor have same name as its class and i don&#39;t think there are two classes existing in your program having same name....
this is also true in case of destructor</pre>
]]></content:encoded>
	</item>
	<item>
		<title>By: obba</title>
		<link>http://www.learncpp.com/cpp-tutorial/118-virtual-base-classes/comment-page-1/#comment-83942</link>
		<dc:creator>obba</dc:creator>
		<pubDate>Sat, 01 May 2010 23:00:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.learncpp.com/cpp-tutorial/118-virtual-base-classes/#comment-83942</guid>
		<description>please can you explain other problems about inheritance?</description>
		<content:encoded><![CDATA[<p>please can you explain other problems about inheritance?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: addy</title>
		<link>http://www.learncpp.com/cpp-tutorial/118-virtual-base-classes/comment-page-1/#comment-81571</link>
		<dc:creator>addy</dc:creator>
		<pubDate>Thu, 25 Mar 2010 18:32:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.learncpp.com/cpp-tutorial/118-virtual-base-classes/#comment-81571</guid>
		<description>Great!!  Excellent explanation. Last 3 points are very good, something i have not known earlier.</description>
		<content:encoded><![CDATA[<p>Great!!  Excellent explanation. Last 3 points are very good, something i have not known earlier.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: RAVI</title>
		<link>http://www.learncpp.com/cpp-tutorial/118-virtual-base-classes/comment-page-1/#comment-81563</link>
		<dc:creator>RAVI</dc:creator>
		<pubDate>Thu, 25 Mar 2010 15:16:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.learncpp.com/cpp-tutorial/118-virtual-base-classes/#comment-81563</guid>
		<description>Hi this is very good one</description>
		<content:encoded><![CDATA[<p>Hi this is very good one</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vivek</title>
		<link>http://www.learncpp.com/cpp-tutorial/118-virtual-base-classes/comment-page-1/#comment-81417</link>
		<dc:creator>vivek</dc:creator>
		<pubDate>Wed, 24 Mar 2010 17:59:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.learncpp.com/cpp-tutorial/118-virtual-base-classes/#comment-81417</guid>
		<description>HI venkatesh, 

You can use scope resolution operator for diamond problem with multiple inheritance.</description>
		<content:encoded><![CDATA[<p>HI venkatesh, </p>
<p>You can use scope resolution operator for diamond problem with multiple inheritance.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

