<?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.4 &#8212; Constructors and initialization of derived classes</title>
	<atom:link href="http://www.learncpp.com/cpp-tutorial/114-constructors-and-initialization-of-derived-classes/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.learncpp.com/cpp-tutorial/114-constructors-and-initialization-of-derived-classes/</link>
	<description></description>
	<lastBuildDate>Wed, 08 Sep 2010 10:51:27 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: MrAlshahawy</title>
		<link>http://www.learncpp.com/cpp-tutorial/114-constructors-and-initialization-of-derived-classes/comment-page-1/#comment-91322</link>
		<dc:creator>MrAlshahawy</dc:creator>
		<pubDate>Fri, 03 Sep 2010 13:54:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.learncpp.com/cpp-tutorial/114-constructors-and-initialization-of-derived-classes/#comment-91322</guid>
		<description>Your tutorial is more than great, Many thanks for this effort, it is really appreciated, Keep up the good work.</description>
		<content:encoded><![CDATA[<p>Your tutorial is more than great, Many thanks for this effort, it is really appreciated, Keep up the good work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TutLover</title>
		<link>http://www.learncpp.com/cpp-tutorial/114-constructors-and-initialization-of-derived-classes/comment-page-1/#comment-89266</link>
		<dc:creator>TutLover</dc:creator>
		<pubDate>Thu, 29 Jul 2010 19:37:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.learncpp.com/cpp-tutorial/114-constructors-and-initialization-of-derived-classes/#comment-89266</guid>
		<description>For Baseball example by default bIsMale Should be bIsMale = true when sending parameters to Person... ;p

BTW Love Your Tutorials...</description>
		<content:encoded><![CDATA[<p>For Baseball example by default bIsMale Should be bIsMale = true when sending parameters to Person&#8230; ;p</p>
<p>BTW Love Your Tutorials&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Taiwan boy</title>
		<link>http://www.learncpp.com/cpp-tutorial/114-constructors-and-initialization-of-derived-classes/comment-page-1/#comment-85803</link>
		<dc:creator>Taiwan boy</dc:creator>
		<pubDate>Wed, 02 Jun 2010 04:45:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.learncpp.com/cpp-tutorial/114-constructors-and-initialization-of-derived-classes/#comment-85803</guid>
		<description>Thanks alot, this article saves me!</description>
		<content:encoded><![CDATA[<p>Thanks alot, this article saves me!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: baldo</title>
		<link>http://www.learncpp.com/cpp-tutorial/114-constructors-and-initialization-of-derived-classes/comment-page-1/#comment-66880</link>
		<dc:creator>baldo</dc:creator>
		<pubDate>Sat, 22 Aug 2009 20:18:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.learncpp.com/cpp-tutorial/114-constructors-and-initialization-of-derived-classes/#comment-66880</guid>
		<description>The advantage is only if the base class constructor changes. But if the base class constructor parameters change, then you need to rewrite all of yours derived class constructors...</description>
		<content:encoded><![CDATA[<p>The advantage is only if the base class constructor changes. But if the base class constructor parameters change, then you need to rewrite all of yours derived class constructors&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cammy</title>
		<link>http://www.learncpp.com/cpp-tutorial/114-constructors-and-initialization-of-derived-classes/comment-page-1/#comment-60335</link>
		<dc:creator>cammy</dc:creator>
		<pubDate>Sat, 09 May 2009 11:50:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.learncpp.com/cpp-tutorial/114-constructors-and-initialization-of-derived-classes/#comment-60335</guid>
		<description>I have been getting on well with the tutorials and have learnt a lot. I was just wondering if they cover proper OOP because, as yet, there has been none and with only a few more lessons til the end, I am getting worried that it will not be covered. For example, &quot;How do you output physical objects to the screen such as buttons and hyperlinks?

Thanks

Cammy</description>
		<content:encoded><![CDATA[<p>I have been getting on well with the tutorials and have learnt a lot. I was just wondering if they cover proper OOP because, as yet, there has been none and with only a few more lessons til the end, I am getting worried that it will not be covered. For example, &#8220;How do you output physical objects to the screen such as buttons and hyperlinks?</p>
<p>Thanks</p>
<p>Cammy</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ashish aec</title>
		<link>http://www.learncpp.com/cpp-tutorial/114-constructors-and-initialization-of-derived-classes/comment-page-1/#comment-32435</link>
		<dc:creator>ashish aec</dc:creator>
		<pubDate>Wed, 19 Nov 2008 08:08:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.learncpp.com/cpp-tutorial/114-constructors-and-initialization-of-derived-classes/#comment-32435</guid>
		<description>This is the exmple of multiple inheritance.
in which class a is base class and class b and c is drived class .
the base class a is publicly inherit by drive class b and c.
should read with 100% efficency.
thanks.</description>
		<content:encoded><![CDATA[<p>This is the exmple of multiple inheritance.<br />
in which class a is base class and class b and c is drived class .<br />
the base class a is publicly inherit by drive class b and c.<br />
should read with 100% efficency.<br />
thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gswrg</title>
		<link>http://www.learncpp.com/cpp-tutorial/114-constructors-and-initialization-of-derived-classes/comment-page-1/#comment-30550</link>
		<dc:creator>gswrg</dc:creator>
		<pubDate>Wed, 22 Oct 2008 10:28:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.learncpp.com/cpp-tutorial/114-constructors-and-initialization-of-derived-classes/#comment-30550</guid>
		<description>In this example, class C is derived from class B, which is derived from class C

should read

In this example, class C is derived from class B, which is derived from class A

[ Fixed!  Thank you.  -Alex ]</description>
		<content:encoded><![CDATA[<p>In this example, class C is derived from class B, which is derived from class C</p>
<p>should read</p>
<p>In this example, class C is derived from class B, which is derived from class A</p>
<p>[ Fixed!  Thank you.  -Alex ]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Learn C++ - &#187; 11.3 &#8212; Order of construction of derived classes</title>
		<link>http://www.learncpp.com/cpp-tutorial/114-constructors-and-initialization-of-derived-classes/comment-page-1/#comment-14420</link>
		<dc:creator>Learn C++ - &#187; 11.3 &#8212; Order of construction of derived classes</dc:creator>
		<pubDate>Mon, 05 May 2008 02:18:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.learncpp.com/cpp-tutorial/114-constructors-and-initialization-of-derived-classes/#comment-14420</guid>
		<description>[...] 2007      Prev/Next Posts   &#171; 11.2 &#8212; Basic inheritance in C++ &#124; Home &#124; 11.4 &#8212; Constructors and initialization of derived classes &#187;     Monday, January 7th, 2008 at 4:18 [...]</description>
		<content:encoded><![CDATA[<p>[...] 2007      Prev/Next Posts   &laquo; 11.2 &#8212; Basic inheritance in C++ | Home | 11.4 &#8212; Constructors and initialization of derived classes &raquo;     Monday, January 7th, 2008 at 4:18 [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
