<?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; class c</title>
	<atom:link href="http://tipsinterview.com/tag/class-c/feed/" rel="self" type="application/rss+xml" />
	<link>http://tipsinterview.com</link>
	<description>Interview Tips, Interview Questions and Answers</description>
	<lastBuildDate>Sun, 20 May 2012 05:16:12 +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>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>
		<item>
		<title>Basic interview questions for C# Component Developers</title>
		<link>http://tipsinterview.com/2009/12/21/basic-interview-questions-for-c-component-developers/</link>
		<comments>http://tipsinterview.com/2009/12/21/basic-interview-questions-for-c-component-developers/#comments</comments>
		<pubDate>Mon, 21 Dec 2009 06:58:26 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[c string]]></category>
		<category><![CDATA[class c]]></category>
		<category><![CDATA[difference]]></category>
		<category><![CDATA[Explain]]></category>
		<category><![CDATA[foo]]></category>
		<category><![CDATA[interop]]></category>
		<category><![CDATA[PIA]]></category>
		<category><![CDATA[public c]]></category>
		<category><![CDATA[static method]]></category>
		<category><![CDATA[string]]></category>
		<category><![CDATA[use]]></category>

		<guid isPermaLink="false">http://tipsinterview.com/2009/12/21/basic-interview-questions-for-c-component-developers/</guid>
		<description><![CDATA[Explain the differences between public, protected, private and internal. What benefit do you get from using a Primary Interop Assembly (PIA)? By what mechanism does NUnit know what methods to test? What is the difference between typeof(foo) and myFoo.GetType()? Explain what’s happening in the first constructor: public class c{ public c(string a) : this() {;}; [...]]]></description>
		<wfw:commentRss>http://tipsinterview.com/2009/12/21/basic-interview-questions-for-c-component-developers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

