<?xml version="1.0" encoding="UTF-8"?>
<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>IT&#38;C Solutions &#187; Interfata</title>
	<atom:link href="http://www.itcsolutions.eu/tag/interfata/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.itcsolutions.eu</link>
	<description>Solutions and tutorials for IT&#38;C development</description>
	<lastBuildDate>Sun, 16 Oct 2011 21:22:35 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>How to: Implement Interfaces in VB.NET</title>
		<link>http://www.itcsolutions.eu/2010/03/23/how-to-implement-interfaces-in-vb-net/</link>
		<comments>http://www.itcsolutions.eu/2010/03/23/how-to-implement-interfaces-in-vb-net/#comments</comments>
		<pubDate>Tue, 23 Mar 2010 09:45:22 +0000</pubDate>
		<dc:creator>Marius</dc:creator>
				<category><![CDATA[VB.NET]]></category>
		<category><![CDATA[Eveniment]]></category>
		<category><![CDATA[Implementare]]></category>
		<category><![CDATA[Interfata]]></category>
		<category><![CDATA[Structura]]></category>

		<guid isPermaLink="false">http://www.itcsolutions.eu/?p=1430</guid>
		<description><![CDATA[Implementing an interface in VB.NET is done by specification Implements. Interfaces can be implemented by classes [...] and structures [...]. A class or structure can implement one or more interfaces, separated by the operator , in VB.NET. List of interfaces implemented by class/structure is given by their associated names at defining time [...]. In below [...]]]></description>
		<wfw:commentRss>http://www.itcsolutions.eu/2010/03/23/how-to-implement-interfaces-in-vb-net/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to: Define Interfaces in VB.NET</title>
		<link>http://www.itcsolutions.eu/2010/03/23/how-to-define-interfaces-in-vb-net/</link>
		<comments>http://www.itcsolutions.eu/2010/03/23/how-to-define-interfaces-in-vb-net/#comments</comments>
		<pubDate>Tue, 23 Mar 2010 08:58:42 +0000</pubDate>
		<dc:creator>Marius</dc:creator>
				<category><![CDATA[VB.NET]]></category>
		<category><![CDATA[Definire]]></category>
		<category><![CDATA[Interfata]]></category>
		<category><![CDATA[Mostenire]]></category>
		<category><![CDATA[Namespace]]></category>

		<guid isPermaLink="false">http://www.itcsolutions.eu/?p=1419</guid>
		<description><![CDATA[The interface is a set of definitions of properties, methods and events. Unlike classes [...], interfaces do not contain the implementation. Interfaces are implemented [...] by classes, but are defined as separate entities. A class that implement an interface must implement all elements defined in that interface. Defining a VB.NET interface is achieved using the [...]]]></description>
		<wfw:commentRss>http://www.itcsolutions.eu/2010/03/23/how-to-define-interfaces-in-vb-net/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Implementarea interfetelor in VB.NET</title>
		<link>http://www.itcsolutions.eu/2009/06/16/implementarea-interfetelor-in-vbnet/</link>
		<comments>http://www.itcsolutions.eu/2009/06/16/implementarea-interfetelor-in-vbnet/#comments</comments>
		<pubDate>Tue, 16 Jun 2009 19:08:46 +0000</pubDate>
		<dc:creator>Marius</dc:creator>
				<category><![CDATA[VB.NET]]></category>
		<category><![CDATA[Aplicatie]]></category>
		<category><![CDATA[Clasa de obiecte]]></category>
		<category><![CDATA[Cod sursa]]></category>
		<category><![CDATA[Eveniment]]></category>
		<category><![CDATA[Implementare]]></category>
		<category><![CDATA[Interfata]]></category>
		<category><![CDATA[Metoda]]></category>
		<category><![CDATA[Procedura]]></category>
		<category><![CDATA[Structura]]></category>

		<guid isPermaLink="false">http://www.itcsolutions.eu/?p=191</guid>
		<description><![CDATA[Implementarea unei interfete in limbajul VB.NET se realizeaza prin cuvantul rezervat Implements. Interfetele pot fi implementate de catre clase de obiecte [...] si structuri [...]. O clasa de obiecte sau o structura pot implementa una sau mai multe interfete, separate prin operatorul , in VB.NET. Lista de interfete implementate de clasa de obiecte/structura este data [...]]]></description>
		<wfw:commentRss>http://www.itcsolutions.eu/2009/06/16/implementarea-interfetelor-in-vbnet/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Definirea interfetelor in VB.NET</title>
		<link>http://www.itcsolutions.eu/2009/06/16/definirea-interfetelor-in-vbnet/</link>
		<comments>http://www.itcsolutions.eu/2009/06/16/definirea-interfetelor-in-vbnet/#comments</comments>
		<pubDate>Tue, 16 Jun 2009 18:19:25 +0000</pubDate>
		<dc:creator>Marius</dc:creator>
				<category><![CDATA[VB.NET]]></category>
		<category><![CDATA[Acces]]></category>
		<category><![CDATA[Clasa de obiecte]]></category>
		<category><![CDATA[Cod sursa]]></category>
		<category><![CDATA[Definire]]></category>
		<category><![CDATA[Interfata]]></category>
		<category><![CDATA[Mostenire]]></category>
		<category><![CDATA[Namespace]]></category>
		<category><![CDATA[Procedura]]></category>
		<category><![CDATA[Structura]]></category>

		<guid isPermaLink="false">http://www.itcsolutions.eu/?p=187</guid>
		<description><![CDATA[Interfata reprezinta o multime de definitii privind  proprietati, metode si evenimente. Spre deosebire de clasele de obiecte [...], interfetele nu contin partea de implementare. Interfetele sunt implementate [...] de catre clasele de obiecte, dar se definesc ca entitati separate de acestea. O clasa de obiecte care implementeaza o interfata trebuie sa implementeze toate elementele definite [...]]]></description>
		<wfw:commentRss>http://www.itcsolutions.eu/2009/06/16/definirea-interfetelor-in-vbnet/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

