<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	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>オブジェクト指向PHP &#187; 継承</title>
	<atom:link href="http://www.objectphp.jp/category/inheritance/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.objectphp.jp</link>
	<description>オブジェクト指向、エラーメッセージ、php.ini カスタマイズ</description>
	<lastBuildDate>Mon, 26 Apr 2010 06:41:06 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>オーバーライド</title>
		<link>http://www.objectphp.jp/inheritance/override/</link>
		<comments>http://www.objectphp.jp/inheritance/override/#comments</comments>
		<pubDate>Tue, 11 Sep 2007 10:26:18 +0000</pubDate>
		<dc:creator>mizuno</dc:creator>
				<category><![CDATA[継承]]></category>
		<category><![CDATA[php override]]></category>
		<category><![CDATA[php オーバーライド]]></category>

		<guid isPermaLink="false">http://www.objectphp.jp/php/override</guid>
		<description><![CDATA[オーバーライドとは、派生クラスにおいて、親クラスのメソッドを上書きすることです。

オーバーライドするときには、新しいメソッドを定義するのと同様に定義します。

class TodayCounter extends Co [...]]]></description>
		<wfw:commentRss>http://www.objectphp.jp/inheritance/override/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>抽象クラス</title>
		<link>http://www.objectphp.jp/inheritance/abstract/</link>
		<comments>http://www.objectphp.jp/inheritance/abstract/#comments</comments>
		<pubDate>Tue, 11 Sep 2007 03:51:35 +0000</pubDate>
		<dc:creator>mizuno</dc:creator>
				<category><![CDATA[継承]]></category>

		<guid isPermaLink="false">http://www.objectphp.jp/php/%e6%8a%bd%e8%b1%a1%e3%82%af%e3%83%a9%e3%82%b9/14</guid>
		<description><![CDATA[抽象クラスとは、インスタンスを生成しないクラスのことです。

抽象クラスを定義するときには、「abstract class クラス」のように記述します。

abstract class DB {
    protecte [...]]]></description>
		<wfw:commentRss>http://www.objectphp.jp/inheritance/abstract/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
