<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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>MindsMapped | Tom | Activity</title>
	<link>https://www.mindsmapped.com/members/peter-t-thomas/activity/</link>
	<atom:link href="https://www.mindsmapped.com/members/peter-t-thomas/activity/feed/" rel="self" type="application/rss+xml" />
	<description>Activity feed for Tom.</description>
	<lastBuildDate>Sun, 05 Apr 2026 04:32:59 -0400</lastBuildDate>
	<generator>https://buddypress.org/?v=11.3.1</generator>
	<language>en-US</language>
	<ttl>30</ttl>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>2</sy:updateFrequency>
	
						<item>
				<guid isPermaLink="false">1c5f3462bc95a6073761c7bf2162cb72</guid>
				<title>Tom started the topic Why java doesn&#039;t support constructor inheritance? in the forum Java J2EE Programming</title>
				<link>https://www.mindsmapped.com/topic/why-java-doesnt-support-constructor-inheritance/</link>
				<pubDate>Thu, 26 Jul 2018 20:00:26 -0400</pubDate>

									<content:encoded><![CDATA[<p>I was wondering why in java constructors are not inherited? You know when you have a class like this:</p>
<p>public class ABC {</p>
<p>  public ABC(ServiceA serviceA, ServiceB serviceB, ServiceC serviceC){<br />
    this.serviceA = serviceA;<br />
    //etc<br />
  } </p>
<p>}<br />
Later when you inherit from ABC, java will complain that there is no default constructor defined. The&hellip;<span class="activity-read-more" id="activity-read-more-761"><a href="https://www.mindsmapped.com/topic/why-java-doesnt-support-constructor-inheritance/" rel="nofollow ugc">Read more</a></span></p>
]]></content:encoded>
				
				
							</item>
		
	</channel>
</rss>