<?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; function</title>
	<atom:link href="http://tipsinterview.com/tag/function/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>Property Set in VBScript</title>
		<link>http://tipsinterview.com/2011/01/25/property-set-in-vbscript/</link>
		<comments>http://tipsinterview.com/2011/01/25/property-set-in-vbscript/#comments</comments>
		<pubDate>Tue, 25 Jan 2011 07:44:52 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[argument]]></category>
		<category><![CDATA[Exit]]></category>
		<category><![CDATA[function]]></category>
		<category><![CDATA[Let]]></category>
		<category><![CDATA[object reference]]></category>
		<category><![CDATA[private property]]></category>
		<category><![CDATA[program execution]]></category>
		<category><![CDATA[property]]></category>
		<category><![CDATA[syntax]]></category>
		<category><![CDATA[variables]]></category>

		<guid isPermaLink="false">http://tipsinterview.com/?p=494</guid>
		<description><![CDATA[Property Set is very similar to Property Let except that the Property Set procedure is used exclusively for object-based properties. If not explicitly specified using either Public or Private, Property Set procedures are public by default, that is, they are visible to all other procedures in your script. The value of local variables in a [...]]]></description>
		<wfw:commentRss>http://tipsinterview.com/2011/01/25/property-set-in-vbscript/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Explain constructor and destructor with an example using C#.NET.</title>
		<link>http://tipsinterview.com/2010/05/10/explain-constructor-and-destructor-with-an-example-using-c-net/</link>
		<comments>http://tipsinterview.com/2010/05/10/explain-constructor-and-destructor-with-an-example-using-c-net/#comments</comments>
		<pubDate>Mon, 10 May 2010 00:39:41 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[class c]]></category>
		<category><![CDATA[constructor]]></category>
		<category><![CDATA[default values]]></category>
		<category><![CDATA[destructor]]></category>
		<category><![CDATA[function]]></category>
		<category><![CDATA[int]]></category>
		<category><![CDATA[member function]]></category>
		<category><![CDATA[NET]]></category>
		<category><![CDATA[public c]]></category>
		<category><![CDATA[public void]]></category>

		<guid isPermaLink="false">http://tipsinterview.com/?p=270</guid>
		<description><![CDATA[Explain constructor and destructor with an example using C#.NET. A constructor is a member function that performs the task of initializing the objects with the default values to be assigned after creation. A destructor is a function that is run to release the resources held by an object when it is no longer needed by [...]]]></description>
		<wfw:commentRss>http://tipsinterview.com/2010/05/10/explain-constructor-and-destructor-with-an-example-using-c-net/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

