<?xml version="1.0" encoding="iso-8859-9"?>
<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>CODE PROJECT &#124; php, codeigniter, smarty, design patterns &#187; public</title>
	<atom:link href="http://code.internet.com.tr/etiket/public/feed/" rel="self" type="application/rss+xml" />
	<link>http://code.internet.com.tr</link>
	<description>bir gün bir gün bir çocuk</description>
	<lastBuildDate>Sun, 31 Jan 2010 11:11:05 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>public, private, protected</title>
		<link>http://code.internet.com.tr/public-private-protected/</link>
		<comments>http://code.internet.com.tr/public-private-protected/#comments</comments>
		<pubDate>Fri, 26 Jun 2009 10:41:06 +0000</pubDate>
		<dc:creator>Emre Çevik</dc:creator>
				<category><![CDATA[ipuçları]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[class]]></category>
		<category><![CDATA[oop]]></category>
		<category><![CDATA[private]]></category>
		<category><![CDATA[protected]]></category>
		<category><![CDATA[public]]></category>

		<guid isPermaLink="false">http://code.internet.com.tr/?p=250</guid>
		<description><![CDATA[bu yazıda sizlere public, protected ve private kullanımını anlatmaya çalışacağım. ilk olarak ne anlama geldiklerine bakalım.
public olarak işaretlenen öğeye hem sınıf içinden, hemde dışarıdan ulaşılabilir.
protected olarak işaretlenen öğeye hem sınıf içerisinden hemde bu sınıf tarafından kalıtım yoluyla türemiş sınıflardan ulaşılabilir.
private olarak işaretlenmiş öğeye ise sadece sınıf içerisinden ulaşılabilir.

şimdi bir örnekle devam edelim :

class sinif &#123;
&#160;
 [...]]]></description>
		<wfw:commentRss>http://code.internet.com.tr/public-private-protected/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>

