<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "Implements and Realize"]]></title>
		<link>http://forums.visual-paradigm.com/posts/9.html</link>
		<description><![CDATA[Latest messages posted in the topic "Implements and Realize"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>Implements and Realize</title>
				<description><![CDATA[ For a Software component, what is the real difference between Implementing and Realizing an Interface?<br> <br> When we say that a component Realize an Interface it means that some class in the component directly implement that interface? In this case we can create an instance of the class through the package (do a new XXX()) i.e. the implementing class is visible outside the package?<br> <br> When we say that a coponent Implement an Interface we don't say so precisely how the implementation is done? Maybe ther is a technical class which just delegates to a coponent internal class? In this case we cannot create an instance of the "working class", the working code is only hidden to the component external word and only accessible through delegation?<br> <br> Thanks for help.<br> <br> Regards<br> Gianfranco]]></description>
				<guid isPermaLink="true">http://forums.visual-paradigm.com/posts/1788#6835.html</guid>
				<link>http://forums.visual-paradigm.com/posts/1788#6835.html</link>
				<pubDate><![CDATA[Tue, 28 Nov 2006 18:26:04]]></pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
	</channel>
</rss>