<?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: 用 Mixin 設計模式來作多重繼承</title>
	<atom:link href="http://blog.ericsk.org/archives/561/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.ericsk.org/archives/561</link>
	<description>It&#039;s all about ericsk.</description>
	<lastBuildDate>Sun, 14 Mar 2010 13:00:39 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0-alpha</generator>
	<item>
		<title>By: gw23</title>
		<link>http://blog.ericsk.org/archives/561/comment-page-1#comment-17672</link>
		<dc:creator>gw23</dc:creator>
		<pubDate>Tue, 26 Feb 2008 05:34:28 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ericsk.org/archives/561#comment-17672</guid>
		<description>不错的文章，学习了</description>
		<content:encoded><![CDATA[<p>不错的文章，学习了</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ericsk</title>
		<link>http://blog.ericsk.org/archives/561/comment-page-1#comment-5899</link>
		<dc:creator>ericsk</dc:creator>
		<pubDate>Sun, 15 Apr 2007 03:16:55 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ericsk.org/archives/561#comment-5899</guid>
		<description>XD 這樣太惡搞了啦</description>
		<content:encoded><![CDATA[<p>XD 這樣太惡搞了啦</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: CA</title>
		<link>http://blog.ericsk.org/archives/561/comment-page-1#comment-5884</link>
		<dc:creator>CA</dc:creator>
		<pubDate>Sat, 14 Apr 2007 16:21:21 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ericsk.org/archives/561#comment-5884</guid>
		<description>但是這樣是不是沒有辦法製作 virtual inherit
例如
class human{
    int hp ;
} ;

class mage : virtual public human{
} ;

class warrior : virtual public human{
} ;

class magicSworder : public mage , public warrior {
} ;
會產生兩條HP @  @</description>
		<content:encoded><![CDATA[<p>但是這樣是不是沒有辦法製作 virtual inherit<br />
例如<br />
class human{<br />
    int hp ;<br />
} ;</p>
<p>class mage : virtual public human{<br />
} ;</p>
<p>class warrior : virtual public human{<br />
} ;</p>
<p>class magicSworder : public mage , public warrior {<br />
} ;<br />
會產生兩條HP @  @</p>
]]></content:encoded>
	</item>
</channel>
</rss>
