<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:media="http://search.yahoo.com/mrss/"
	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>继承 - 四号程序员</title>
	<atom:link href="https://www.coder4.com/archives/tag/%E7%BB%A7%E6%89%BF/feed" rel="self" type="application/rss+xml" />
	<link>https://www.coder4.com</link>
	<description>Keep It Simple and Stupid</description>
	<lastBuildDate>Wed, 19 Oct 2011 05:29:59 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.3</generator>
	<item>
		<title>Python Essential Reference 4th – 第7章 – 读书笔记</title>
		<link>https://www.coder4.com/archives/1530</link>
					<comments>https://www.coder4.com/archives/1530#respond</comments>
		
		<dc:creator><![CDATA[coder4]]></dc:creator>
		<pubDate>Mon, 16 May 2011 13:36:23 +0000</pubDate>
				<category><![CDATA[Python]]></category>
		<category><![CDATA[Python Essential Reference]]></category>
		<category><![CDATA[第7章]]></category>
		<category><![CDATA[类]]></category>
		<category><![CDATA[继承]]></category>
		<category><![CDATA[读书笔记]]></category>
		<guid isPermaLink="false">http://www.coder4.com/?p=1530</guid>

					<description><![CDATA[1、类(class)和实例(instances)是1对N的关系。 2、class由若干函数、变量（类成员）、属性（实例成员）组成。 一个示例的类如下： class Account(object): num_account = 0 #类成员，所有示例共享！ def __init__(self,name,balance): #构造函数 self.name = name #实例成员 self.b[......] 继续阅读]]></description>
		
					<wfw:commentRss>https://www.coder4.com/archives/1530/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
