<?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; base</title>
	<atom:link href="http://tipsinterview.com/tag/base/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, Part 1</title>
		<link>http://tipsinterview.com/2010/03/24/c-interview-questions-part-1/</link>
		<comments>http://tipsinterview.com/2010/03/24/c-interview-questions-part-1/#comments</comments>
		<pubDate>Wed, 24 Mar 2010 08:46:00 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[base]]></category>
		<category><![CDATA[class]]></category>
		<category><![CDATA[constructor]]></category>
		<category><![CDATA[default constructor]]></category>
		<category><![CDATA[keyword]]></category>
		<category><![CDATA[method]]></category>
		<category><![CDATA[multiple inheritance]]></category>
		<category><![CDATA[private methods]]></category>
		<category><![CDATA[virtual method]]></category>
		<category><![CDATA[virtual methods]]></category>

		<guid isPermaLink="false">http://tipsinterview.com/2010/03/24/c-interview-questions-part-1/</guid>
		<description><![CDATA[1. What’s the implicit name of the parameter that gets passed into the class’ set method? Value, and its datatype depends on whatever variable we’re changing. 2. How do you inherit from a class in C#? Place a colon and then the name of the base class. Notice that it’s double colon in C++. 3. [...]]]></description>
		<wfw:commentRss>http://tipsinterview.com/2010/03/24/c-interview-questions-part-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>15 Most Basic C# Interview Questions with Answers</title>
		<link>http://tipsinterview.com/2010/02/08/15-most-basic-c-interview-questions-with-answers/</link>
		<comments>http://tipsinterview.com/2010/02/08/15-most-basic-c-interview-questions-with-answers/#comments</comments>
		<pubDate>Mon, 08 Feb 2010 15:19:19 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[abstract methods]]></category>
		<category><![CDATA[accessibility]]></category>
		<category><![CDATA[base]]></category>
		<category><![CDATA[class]]></category>
		<category><![CDATA[constructor]]></category>
		<category><![CDATA[default constructor]]></category>
		<category><![CDATA[freedom of choice]]></category>
		<category><![CDATA[interface class]]></category>
		<category><![CDATA[method]]></category>
		<category><![CDATA[virtual method]]></category>

		<guid isPermaLink="false">http://tipsinterview.com/2010/02/08/15-most-basic-c-interview-questions-with-answers/</guid>
		<description><![CDATA[And if they have conflicting method names? It’s up to you to implement the method inside your own class, so implementation is left entirely up to you. This might cause a problem on a higher-level scale if similarly named methods from different interfaces expect different data, but as far as compiler cares you’re okay. How [...]]]></description>
		<wfw:commentRss>http://tipsinterview.com/2010/02/08/15-most-basic-c-interview-questions-with-answers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

