<?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: How protected is protected?</title>
	<atom:link href="http://www.davedevelopment.co.uk/2009/02/25/how-protected-is-protected/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.davedevelopment.co.uk/2009/02/25/how-protected-is-protected/</link>
	<description>Dave Marshall</description>
	<lastBuildDate>Sat, 10 Jul 2010 14:00:11 +0100</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Parahat Melayev</title>
		<link>http://www.davedevelopment.co.uk/2009/02/25/how-protected-is-protected/comment-page-1/#comment-78769</link>
		<dc:creator>Parahat Melayev</dc:creator>
		<pubDate>Tue, 07 Apr 2009 21:42:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.davedevelopment.co.uk/2009/02/23/of-visibility-encapsulation-and-inheritance/#comment-78769</guid>
		<description>As this is a banking application be aware that Ruby&#039;s MRI (interpreter) had some serious vulnerabilities until v1.9. Please see http://www.matasano.com/log/1070/updates-on-drew-yaos-terrible-ruby-vulnerabilities/</description>
		<content:encoded><![CDATA[<p>As this is a banking application be aware that Ruby&#8217;s MRI (interpreter) had some serious vulnerabilities until v1.9. Please see <a href="http://www.matasano.com/log/1070/updates-on-drew-yaos-terrible-ruby-vulnerabilities/" rel="nofollow">http://www.matasano.com/log/1070/updates-on-drew-yaos-terrible-ruby-vulnerabilities/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DivineDominion</title>
		<link>http://www.davedevelopment.co.uk/2009/02/25/how-protected-is-protected/comment-page-1/#comment-76146</link>
		<dc:creator>DivineDominion</dc:creator>
		<pubDate>Fri, 06 Mar 2009 10:31:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.davedevelopment.co.uk/2009/02/23/of-visibility-encapsulation-and-inheritance/#comment-76146</guid>
		<description>Sounds pretty strange. As I seem to know from past Java experience, &lt;code&gt;protected&lt;/code&gt; attributes are like &lt;code&gt;private&lt;/code&gt; attributes (access limited to the instance in its class-scoop) only &lt;code&gt;protected&lt;/code&gt; ones will be inherited. Why should I want to grant inheritable access by class and not by instance? &lt;code&gt;protected static&lt;/code&gt; attributes should do that.</description>
		<content:encoded><![CDATA[<p>Sounds pretty strange. As I seem to know from past Java experience, <code>protected</code> attributes are like <code>private</code> attributes (access limited to the instance in its class-scoop) only <code>protected</code> ones will be inherited. Why should I want to grant inheritable access by class and not by instance? <code>protected static</code> attributes should do that.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
