<?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>tech2web &#187; 未分類</title>
	<atom:link href="http://tech2web.sideb.jp/archives/categories/uncategorized/feed" rel="self" type="application/rss+xml" />
	<link>http://tech2web.sideb.jp</link>
	<description>ウェブに関する面白いこと書きます！（嘘）　xhtml, css, javascript などのウェブ標準技術に関するブログです。</description>
	<lastBuildDate>Tue, 30 Dec 2008 12:59:10 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
		<item>
		<title>Javaの&#8221;クラス&#8221;</title>
		<link>http://tech2web.sideb.jp/archives/2007/02/15-130925.html</link>
		<comments>http://tech2web.sideb.jp/archives/2007/02/15-130925.html#comments</comments>
		<pubDate>Thu, 15 Feb 2007 04:09:25 +0000</pubDate>
		<dc:creator>pavlovdog</dc:creator>
				<category><![CDATA[未分類]]></category>

		<guid isPermaLink="false">http://sideb.jp/wordpress/?p=6</guid>
		<description><![CDATA[せっかく勉強しているので、ちょっとまとめます。 クラスとは。 →自分で作る事ができる「型」。 以下、大まかな構成。 ・フィールド クラスの持つ変数。 ・コンストラクタメソッド クラスが生成される際に必ず実行される処理。  [...]]]></description>
			<content:encoded><![CDATA[<p>せっかく勉強しているので、ちょっとまとめます。</p>
<p>クラスとは。<br />
→自分で作る事ができる「型」。</p>
<p>以下、大まかな構成。</p>
<p>・フィールド<br />
クラスの持つ変数。</p>
<p>・コンストラクタメソッド<br />
クラスが生成される際に必ず実行される処理。<br />
必ず行う処理（変数の初期化など）を書く。</p>
<p>・ゲッター/セッターメソッド<br />
privateで宣言したフィールドの値を取得・設定するメソッド。<br />
（ＶＢの「プロパティ」）</p>
<p>・メソッド<br />
クラスで実行する処理。<br />
関数。</p>
<p>書いてて何か違うような気もしてきました。。。<br />
（もし判る人がいたらご指摘願います）</p>
]]></content:encoded>
			<wfw:commentRss>http://tech2web.sideb.jp/archives/2007/02/15-130925.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

