<?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: Understanding the protected access modifier and inheritance in Java</title>
	<atom:link href="http://www.stevideter.com/2008/05/04/understanding-the-protected-access-modifier-and-inheritance-in-java/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.stevideter.com/2008/05/04/understanding-the-protected-access-modifier-and-inheritance-in-java/</link>
	<description>Technology, code, and thoughts by Stevi Deter</description>
	<lastBuildDate>Thu, 15 Dec 2011 15:20:14 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: James</title>
		<link>http://www.stevideter.com/2008/05/04/understanding-the-protected-access-modifier-and-inheritance-in-java/comment-page-1/#comment-28171</link>
		<dc:creator>James</dc:creator>
		<pubDate>Fri, 14 Oct 2011 03:07:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.stevideter.com/?p=21#comment-28171</guid>
		<description>There are more semantic situations surrounding protected members when you take into account subclasses in different packages.</description>
		<content:encoded><![CDATA[<p>There are more semantic situations surrounding protected members when you take into account subclasses in different packages.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Muhammad Zafar</title>
		<link>http://www.stevideter.com/2008/05/04/understanding-the-protected-access-modifier-and-inheritance-in-java/comment-page-1/#comment-23610</link>
		<dc:creator>Muhammad Zafar</dc:creator>
		<pubDate>Mon, 11 Jul 2011 12:24:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.stevideter.com/?p=21#comment-23610</guid>
		<description>great explanation. nice work (y)</description>
		<content:encoded><![CDATA[<p>great explanation. nice work (y)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jondean Haley</title>
		<link>http://www.stevideter.com/2008/05/04/understanding-the-protected-access-modifier-and-inheritance-in-java/comment-page-1/#comment-6211</link>
		<dc:creator>Jondean Haley</dc:creator>
		<pubDate>Sat, 19 Sep 2009 05:56:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.stevideter.com/?p=21#comment-6211</guid>
		<description>Thanks for the clarity Stevi.  Just a couple of additional thoughts:
- the &#039;super&#039; in &#039;super.doSomething()&#039; is not required
- you may wish to add a brief note on resolution of protected static members - code within sub-types in the inheritance graph (and in different packages) can dereference/access protected static members, and they may do so by the usual static access: super-type-name.member-name.

Thanks again for the clarity,
Jondean.</description>
		<content:encoded><![CDATA[<p>Thanks for the clarity Stevi.  Just a couple of additional thoughts:<br />
- the &#8216;super&#8217; in &#8216;super.doSomething()&#8217; is not required<br />
- you may wish to add a brief note on resolution of protected static members &#8211; code within sub-types in the inheritance graph (and in different packages) can dereference/access protected static members, and they may do so by the usual static access: super-type-name.member-name.</p>
<p>Thanks again for the clarity,<br />
Jondean.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

