<?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; Console</title>
	<atom:link href="http://tipsinterview.com/tag/console/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>What is the difference between Shared and Static?</title>
		<link>http://tipsinterview.com/2010/05/23/what-is-the-difference-between-shared-and-static/</link>
		<comments>http://tipsinterview.com/2010/05/23/what-is-the-difference-between-shared-and-static/#comments</comments>
		<pubDate>Sun, 23 May 2010 00:30:07 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Interview Tips]]></category>
		<category><![CDATA[c amp]]></category>
		<category><![CDATA[class]]></category>
		<category><![CDATA[Console]]></category>
		<category><![CDATA[exact class]]></category>
		<category><![CDATA[instance]]></category>
		<category><![CDATA[instance members]]></category>
		<category><![CDATA[member]]></category>
		<category><![CDATA[Static]]></category>
		<category><![CDATA[static member functions]]></category>
		<category><![CDATA[static members]]></category>
		<category><![CDATA[Vishal]]></category>

		<guid isPermaLink="false">http://tipsinterview.com/?p=293</guid>
		<description><![CDATA[They both mean the same. Shared is used in VB.NET. Static is used in C#. When the static keyword is used to declare a class, the member in context must be directly invoked from the class, rather than from the instance. Consider the following example //Consider writing the following line of code... Console obj = [...]]]></description>
		<wfw:commentRss>http://tipsinterview.com/2010/05/23/what-is-the-difference-between-shared-and-static/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

