<?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>Interview Tips &#187; demo class</title>
	<atom:link href="http://tipsinterview.com/tag/demo-class/feed/" rel="self" type="application/rss+xml" />
	<link>http://tipsinterview.com</link>
	<description>Interview Tips, Interview Questions and Answers</description>
	<lastBuildDate>Thu, 09 Feb 2012 06:45:41 +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>C# Interview Questions:Interfaces Topic</title>
		<link>http://tipsinterview.com/2009/12/22/c-interview-questionsinterfaces-topic/</link>
		<comments>http://tipsinterview.com/2009/12/22/c-interview-questionsinterfaces-topic/#comments</comments>
		<pubDate>Tue, 22 Dec 2009 05:05:46 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[class]]></category>
		<category><![CDATA[class demo]]></category>
		<category><![CDATA[demo class]]></category>
		<category><![CDATA[interface]]></category>
		<category><![CDATA[interface methods]]></category>
		<category><![CDATA[member types]]></category>
		<category><![CDATA[method]]></category>
		<category><![CDATA[method declarations]]></category>
		<category><![CDATA[quot]]></category>
		<category><![CDATA[void]]></category>

		<guid isPermaLink="false">http://tipsinterview.com/2009/12/22/c-interview-questionsinterfaces-topic/</guid>
		<description><![CDATA[In our example we created IBankCustomer interface. The interface declares 2 methods. 1. void DepositMoney(); 2. void WithdrawMoney(); Notice that method declarations does not have access modifiers like public, private, etc. By default all interface members are public. It is a compile time error to use access modifiers on interface member declarations. Also notice that [...]]]></description>
		<wfw:commentRss>http://tipsinterview.com/2009/12/22/c-interview-questionsinterfaces-topic/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

