<?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 &#187; OOPs</title>
	<atom:link href="http://interview.msdotnetheaven.com/topics/oops-questions-and-answers/feed" rel="self" type="application/rss+xml" />
	<link>http://interview.msdotnetheaven.com</link>
	<description>Best place for interview preparation</description>
	<lastBuildDate>Sat, 21 May 2011 21:43:04 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
		<item>
		<title>Can you declare the override method static while the original method is non-static?</title>
		<link>http://interview.msdotnetheaven.com/oops-questions-and-answers/can-you-declare-the-override-method-static-while-the-original-method-is-non-static.html</link>
		<comments>http://interview.msdotnetheaven.com/oops-questions-and-answers/can-you-declare-the-override-method-static-while-the-original-method-is-non-static.html#comments</comments>
		<pubDate>Wed, 02 Sep 2009 12:27:41 +0000</pubDate>
		<dc:creator>meghna</dc:creator>
				<category><![CDATA[OOPs]]></category>
		<category><![CDATA[VB.Net Interview]]></category>
		<category><![CDATA[c# interview question]]></category>

		<guid isPermaLink="false">http://www.interview.msdotnetheaven.com/?p=582</guid>
		<description><![CDATA[No, you can&#8217;t the signature of the virtual method must remain the same, only the keyword &#8216;virtual is changed to keyword override&#8217;.
  Tweet This Post

Related posts:How&#8217;s method overriding different from overloding?
What is method overloading?
What does the Keyword &#8216;virtual&#8217;mean in the method definition?



Related posts:<ol><li><a href='http://interview.msdotnetheaven.com/microsoft-net-interview-questions/csharp-interview-questions/hows-method-overriding-different-from-overloding.html' rel='bookmark' title='Permanent Link: How&#8217;s method overriding different from overloding?'>How&#8217;s method overriding different from overloding?</a></li>
<li><a href='http://interview.msdotnetheaven.com/microsoft-net-interview-questions/csharp-interview-questions/what-is-method-overloading.html' rel='bookmark' title='Permanent Link: What is method overloading?'>What is method overloading?</a></li>
<li><a href='http://interview.msdotnetheaven.com/microsoft-net-interview-questions/csharp-interview-questions/what-does-the-keyword-virtualmean-in-the-method-definition.html' rel='bookmark' title='Permanent Link: What does the Keyword &#8216;virtual&#8217;mean in the method definition?'>What does the Keyword &#8216;virtual&#8217;mean in the method definition?</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>No, you can&#8217;t the signature of the virtual method must remain the same, only the keyword &#8216;virtual is changed to keyword override&#8217;.</p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/home/?status=Can+you+declare+the+override+method+static+while+the+original+method+is+non-static%3F+http%3A%2F%2Ftinyurl.com%2F46mpncx" title="Post to Twitter"><img class="nothumb" src="http://interview.msdotnetheaven.com/wp-content/plugins/tweet-this/icons/de/twitter/de/tt-twitter-micro4.png" alt="Post to Twitter" /></a> <a class="tt" href="http://twitter.com/home/?status=Can+you+declare+the+override+method+static+while+the+original+method+is+non-static%3F+http%3A%2F%2Ftinyurl.com%2F46mpncx" title="Post to Twitter">Tweet This Post</a></p></div><img src="http://interview.msdotnetheaven.com/?ak_action=api_record_view&id=582&type=feed" alt="" />

<p>Related posts:<ol><li><a href='http://interview.msdotnetheaven.com/microsoft-net-interview-questions/csharp-interview-questions/hows-method-overriding-different-from-overloding.html' rel='bookmark' title='Permanent Link: How&#8217;s method overriding different from overloding?'>How&#8217;s method overriding different from overloding?</a></li>
<li><a href='http://interview.msdotnetheaven.com/microsoft-net-interview-questions/csharp-interview-questions/what-is-method-overloading.html' rel='bookmark' title='Permanent Link: What is method overloading?'>What is method overloading?</a></li>
<li><a href='http://interview.msdotnetheaven.com/microsoft-net-interview-questions/csharp-interview-questions/what-does-the-keyword-virtualmean-in-the-method-definition.html' rel='bookmark' title='Permanent Link: What does the Keyword &#8216;virtual&#8217;mean in the method definition?'>What does the Keyword &#8216;virtual&#8217;mean in the method definition?</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://interview.msdotnetheaven.com/oops-questions-and-answers/can-you-declare-the-override-method-static-while-the-original-method-is-non-static.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How&#8217;s method overriding different from overloding?</title>
		<link>http://interview.msdotnetheaven.com/microsoft-net-interview-questions/csharp-interview-questions/hows-method-overriding-different-from-overloding.html</link>
		<comments>http://interview.msdotnetheaven.com/microsoft-net-interview-questions/csharp-interview-questions/hows-method-overriding-different-from-overloding.html#comments</comments>
		<pubDate>Wed, 02 Sep 2009 12:25:54 +0000</pubDate>
		<dc:creator>meghna</dc:creator>
				<category><![CDATA[CSharp]]></category>
		<category><![CDATA[OOPs]]></category>
		<category><![CDATA[VB.Net Interview]]></category>
		<category><![CDATA[c# interview question]]></category>

		<guid isPermaLink="false">http://www.interview.msdotnetheaven.com/?p=580</guid>
		<description><![CDATA[In overriding, you change the method behavior for a derived class.
While, overloading simply involves having a method with the same name within the class.
  Tweet This Post

Related posts:What is method overloading?
Can you declare the override method static while the original method is non-static?
What does the Keyword &#8216;virtual&#8217;mean in the method definition?



Related posts:<ol><li><a href='http://interview.msdotnetheaven.com/microsoft-net-interview-questions/csharp-interview-questions/what-is-method-overloading.html' rel='bookmark' title='Permanent Link: What is method overloading?'>What is method overloading?</a></li>
<li><a href='http://interview.msdotnetheaven.com/oops-questions-and-answers/can-you-declare-the-override-method-static-while-the-original-method-is-non-static.html' rel='bookmark' title='Permanent Link: Can you declare the override method static while the original method is non-static?'>Can you declare the override method static while the original method is non-static?</a></li>
<li><a href='http://interview.msdotnetheaven.com/microsoft-net-interview-questions/csharp-interview-questions/what-does-the-keyword-virtualmean-in-the-method-definition.html' rel='bookmark' title='Permanent Link: What does the Keyword &#8216;virtual&#8217;mean in the method definition?'>What does the Keyword &#8216;virtual&#8217;mean in the method definition?</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>In overriding, you change the method behavior for a derived class.</p>
<p>While, overloading simply involves having a method with the same name within the class.</p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/home/?status=How%E2%80%99s+method+overriding+different+from+overloding%3F+http%3A%2F%2Ftinyurl.com%2F4d3mrmy" title="Post to Twitter"><img class="nothumb" src="http://interview.msdotnetheaven.com/wp-content/plugins/tweet-this/icons/de/twitter/de/tt-twitter-micro4.png" alt="Post to Twitter" /></a> <a class="tt" href="http://twitter.com/home/?status=How%E2%80%99s+method+overriding+different+from+overloding%3F+http%3A%2F%2Ftinyurl.com%2F4d3mrmy" title="Post to Twitter">Tweet This Post</a></p></div><img src="http://interview.msdotnetheaven.com/?ak_action=api_record_view&id=580&type=feed" alt="" />

<p>Related posts:<ol><li><a href='http://interview.msdotnetheaven.com/microsoft-net-interview-questions/csharp-interview-questions/what-is-method-overloading.html' rel='bookmark' title='Permanent Link: What is method overloading?'>What is method overloading?</a></li>
<li><a href='http://interview.msdotnetheaven.com/oops-questions-and-answers/can-you-declare-the-override-method-static-while-the-original-method-is-non-static.html' rel='bookmark' title='Permanent Link: Can you declare the override method static while the original method is non-static?'>Can you declare the override method static while the original method is non-static?</a></li>
<li><a href='http://interview.msdotnetheaven.com/microsoft-net-interview-questions/csharp-interview-questions/what-does-the-keyword-virtualmean-in-the-method-definition.html' rel='bookmark' title='Permanent Link: What does the Keyword &#8216;virtual&#8217;mean in the method definition?'>What does the Keyword &#8216;virtual&#8217;mean in the method definition?</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://interview.msdotnetheaven.com/microsoft-net-interview-questions/csharp-interview-questions/hows-method-overriding-different-from-overloding.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What does the Keyword &#8216;virtual&#8217;mean in the method definition?</title>
		<link>http://interview.msdotnetheaven.com/microsoft-net-interview-questions/csharp-interview-questions/what-does-the-keyword-virtualmean-in-the-method-definition.html</link>
		<comments>http://interview.msdotnetheaven.com/microsoft-net-interview-questions/csharp-interview-questions/what-does-the-keyword-virtualmean-in-the-method-definition.html#comments</comments>
		<pubDate>Wed, 02 Sep 2009 12:22:14 +0000</pubDate>
		<dc:creator>meghna</dc:creator>
				<category><![CDATA[CSharp]]></category>
		<category><![CDATA[OOPs]]></category>
		<category><![CDATA[VB.Net Interview]]></category>

		<guid isPermaLink="false">http://www.interview.msdotnetheaven.com/?p=576</guid>
		<description><![CDATA[The method can be over-ridden.
  Tweet This Post

Related posts:How&#8217;s method overriding different from overloding?
What is method overloading?
Can you declare the override method static while the original method is non-static?



Related posts:<ol><li><a href='http://interview.msdotnetheaven.com/microsoft-net-interview-questions/csharp-interview-questions/hows-method-overriding-different-from-overloding.html' rel='bookmark' title='Permanent Link: How&#8217;s method overriding different from overloding?'>How&#8217;s method overriding different from overloding?</a></li>
<li><a href='http://interview.msdotnetheaven.com/microsoft-net-interview-questions/csharp-interview-questions/what-is-method-overloading.html' rel='bookmark' title='Permanent Link: What is method overloading?'>What is method overloading?</a></li>
<li><a href='http://interview.msdotnetheaven.com/oops-questions-and-answers/can-you-declare-the-override-method-static-while-the-original-method-is-non-static.html' rel='bookmark' title='Permanent Link: Can you declare the override method static while the original method is non-static?'>Can you declare the override method static while the original method is non-static?</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>The method can be over-ridden.</p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/home/?status=What+does+the+Keyword+%E2%80%98virtual%E2%80%99mean+in+the+method+definition%3F+http%3A%2F%2Ftinyurl.com%2F4cmhwjz" title="Post to Twitter"><img class="nothumb" src="http://interview.msdotnetheaven.com/wp-content/plugins/tweet-this/icons/de/twitter/de/tt-twitter-micro4.png" alt="Post to Twitter" /></a> <a class="tt" href="http://twitter.com/home/?status=What+does+the+Keyword+%E2%80%98virtual%E2%80%99mean+in+the+method+definition%3F+http%3A%2F%2Ftinyurl.com%2F4cmhwjz" title="Post to Twitter">Tweet This Post</a></p></div><img src="http://interview.msdotnetheaven.com/?ak_action=api_record_view&id=576&type=feed" alt="" />

<p>Related posts:<ol><li><a href='http://interview.msdotnetheaven.com/microsoft-net-interview-questions/csharp-interview-questions/hows-method-overriding-different-from-overloding.html' rel='bookmark' title='Permanent Link: How&#8217;s method overriding different from overloding?'>How&#8217;s method overriding different from overloding?</a></li>
<li><a href='http://interview.msdotnetheaven.com/microsoft-net-interview-questions/csharp-interview-questions/what-is-method-overloading.html' rel='bookmark' title='Permanent Link: What is method overloading?'>What is method overloading?</a></li>
<li><a href='http://interview.msdotnetheaven.com/oops-questions-and-answers/can-you-declare-the-override-method-static-while-the-original-method-is-non-static.html' rel='bookmark' title='Permanent Link: Can you declare the override method static while the original method is non-static?'>Can you declare the override method static while the original method is non-static?</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://interview.msdotnetheaven.com/microsoft-net-interview-questions/csharp-interview-questions/what-does-the-keyword-virtualmean-in-the-method-definition.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is method overloading?</title>
		<link>http://interview.msdotnetheaven.com/microsoft-net-interview-questions/csharp-interview-questions/what-is-method-overloading.html</link>
		<comments>http://interview.msdotnetheaven.com/microsoft-net-interview-questions/csharp-interview-questions/what-is-method-overloading.html#comments</comments>
		<pubDate>Sun, 30 Aug 2009 18:09:41 +0000</pubDate>
		<dc:creator>meghna</dc:creator>
				<category><![CDATA[CSharp]]></category>
		<category><![CDATA[OOPs]]></category>
		<category><![CDATA[VB.Net Interview]]></category>
		<category><![CDATA[oops interview questions]]></category>

		<guid isPermaLink="false">http://www.interview.msdotnetheaven.com/?p=540</guid>
		<description><![CDATA[Method overloading occurs when a class contains two methods with the same name, but different signatures.
  Tweet This Post

Related posts:How&#8217;s method overriding different from overloding?
What does the Keyword &#8216;virtual&#8217;mean in the method definition?
Can you declare the override method static while the original method is non-static?



Related posts:<ol><li><a href='http://interview.msdotnetheaven.com/microsoft-net-interview-questions/csharp-interview-questions/hows-method-overriding-different-from-overloding.html' rel='bookmark' title='Permanent Link: How&#8217;s method overriding different from overloding?'>How&#8217;s method overriding different from overloding?</a></li>
<li><a href='http://interview.msdotnetheaven.com/microsoft-net-interview-questions/csharp-interview-questions/what-does-the-keyword-virtualmean-in-the-method-definition.html' rel='bookmark' title='Permanent Link: What does the Keyword &#8216;virtual&#8217;mean in the method definition?'>What does the Keyword &#8216;virtual&#8217;mean in the method definition?</a></li>
<li><a href='http://interview.msdotnetheaven.com/oops-questions-and-answers/can-you-declare-the-override-method-static-while-the-original-method-is-non-static.html' rel='bookmark' title='Permanent Link: Can you declare the override method static while the original method is non-static?'>Can you declare the override method static while the original method is non-static?</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Method overloading occurs when a class contains two methods with the same name, but different signatures.</p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/home/?status=What+is+method+overloading%3F+http%3A%2F%2Ftinyurl.com%2F4unthf6" title="Post to Twitter"><img class="nothumb" src="http://interview.msdotnetheaven.com/wp-content/plugins/tweet-this/icons/de/twitter/de/tt-twitter-micro4.png" alt="Post to Twitter" /></a> <a class="tt" href="http://twitter.com/home/?status=What+is+method+overloading%3F+http%3A%2F%2Ftinyurl.com%2F4unthf6" title="Post to Twitter">Tweet This Post</a></p></div><img src="http://interview.msdotnetheaven.com/?ak_action=api_record_view&id=540&type=feed" alt="" />

<p>Related posts:<ol><li><a href='http://interview.msdotnetheaven.com/microsoft-net-interview-questions/csharp-interview-questions/hows-method-overriding-different-from-overloding.html' rel='bookmark' title='Permanent Link: How&#8217;s method overriding different from overloding?'>How&#8217;s method overriding different from overloding?</a></li>
<li><a href='http://interview.msdotnetheaven.com/microsoft-net-interview-questions/csharp-interview-questions/what-does-the-keyword-virtualmean-in-the-method-definition.html' rel='bookmark' title='Permanent Link: What does the Keyword &#8216;virtual&#8217;mean in the method definition?'>What does the Keyword &#8216;virtual&#8217;mean in the method definition?</a></li>
<li><a href='http://interview.msdotnetheaven.com/oops-questions-and-answers/can-you-declare-the-override-method-static-while-the-original-method-is-non-static.html' rel='bookmark' title='Permanent Link: Can you declare the override method static while the original method is non-static?'>Can you declare the override method static while the original method is non-static?</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://interview.msdotnetheaven.com/microsoft-net-interview-questions/csharp-interview-questions/what-is-method-overloading.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is object slicing</title>
		<link>http://interview.msdotnetheaven.com/oops-questions-and-answers/what-is-object-slicing.html</link>
		<comments>http://interview.msdotnetheaven.com/oops-questions-and-answers/what-is-object-slicing.html#comments</comments>
		<pubDate>Sat, 08 Aug 2009 00:43:47 +0000</pubDate>
		<dc:creator>meghna</dc:creator>
				<category><![CDATA[OOPs]]></category>
		<category><![CDATA[what is object slicing]]></category>

		<guid isPermaLink="false">http://www.interview.msdotnetheaven.com/?p=34</guid>
		<description><![CDATA[What is object slicing


Related posts:<ol><li><a href='http://interview.msdotnetheaven.com/uml-interview-questions-and-answers/what-are-the-good-practices-to-use-while-designing-for-reuse.html' rel='bookmark' title='Permanent Link: What are the good practices to use while designing for reuse'>What are the good practices to use while designing for reuse</a></li>
<li><a href='http://interview.msdotnetheaven.com/mainframe-question-and-answers/mainframe-db2-question-answer/what-is-an-object.html' rel='bookmark' title='Permanent Link: What is an object?'>What is an object?</a></li>
<li><a href='http://interview.msdotnetheaven.com/microsoft-net-interview-questions/csharp-interview-questions/hows-method-overriding-different-from-overloding.html' rel='bookmark' title='Permanent Link: How&#8217;s method overriding different from overloding?'>How&#8217;s method overriding different from overloding?</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>When you try to assign derived class object to an object of base class, it takes the elements that has relevance with respect to the base class and slices off the remaining thing.</p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/home/?status=What+is+object+slicing+http%3A%2F%2Ftinyurl.com%2F3hyksrs" title="Post to Twitter"><img class="nothumb" src="http://interview.msdotnetheaven.com/wp-content/plugins/tweet-this/icons/de/twitter/de/tt-twitter-micro4.png" alt="Post to Twitter" /></a> <a class="tt" href="http://twitter.com/home/?status=What+is+object+slicing+http%3A%2F%2Ftinyurl.com%2F3hyksrs" title="Post to Twitter">Tweet This Post</a></p></div><img src="http://interview.msdotnetheaven.com/?ak_action=api_record_view&id=34&type=feed" alt="" />

<p>Related posts:<ol><li><a href='http://interview.msdotnetheaven.com/uml-interview-questions-and-answers/what-are-the-good-practices-to-use-while-designing-for-reuse.html' rel='bookmark' title='Permanent Link: What are the good practices to use while designing for reuse'>What are the good practices to use while designing for reuse</a></li>
<li><a href='http://interview.msdotnetheaven.com/mainframe-question-and-answers/mainframe-db2-question-answer/what-is-an-object.html' rel='bookmark' title='Permanent Link: What is an object?'>What is an object?</a></li>
<li><a href='http://interview.msdotnetheaven.com/microsoft-net-interview-questions/csharp-interview-questions/hows-method-overriding-different-from-overloding.html' rel='bookmark' title='Permanent Link: How&#8217;s method overriding different from overloding?'>How&#8217;s method overriding different from overloding?</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://interview.msdotnetheaven.com/oops-questions-and-answers/what-is-object-slicing.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is differance between Abstract and Interface</title>
		<link>http://interview.msdotnetheaven.com/oops-questions-and-answers/what-is-differance-between-abstract-and-interface.html</link>
		<comments>http://interview.msdotnetheaven.com/oops-questions-and-answers/what-is-differance-between-abstract-and-interface.html#comments</comments>
		<pubDate>Fri, 07 Aug 2009 18:27:22 +0000</pubDate>
		<dc:creator>smartbrain</dc:creator>
				<category><![CDATA[OOPs]]></category>
		<category><![CDATA[abstarct class]]></category>
		<category><![CDATA[interface]]></category>
		<category><![CDATA[oops]]></category>

		<guid isPermaLink="false">http://www.interview.msdotnetheaven.com/?p=9</guid>
		<description><![CDATA[What is differance between Abstract and Interface 


Related posts:<ol><li><a href='http://interview.msdotnetheaven.com/general-interview-stuffs/is-it-possible-to-create-constructor-for-an-abstract-class.html' rel='bookmark' title='Permanent Link: Is it possible to create constructor for an Abstract class?'>Is it possible to create constructor for an Abstract class?</a></li>
<li><a href='http://interview.msdotnetheaven.com/uml-interview-questions-and-answers/what-are-the-good-practices-to-use-while-designing-for-reuse.html' rel='bookmark' title='Permanent Link: What are the good practices to use while designing for reuse'>What are the good practices to use while designing for reuse</a></li>
<li><a href='http://interview.msdotnetheaven.com/wcf/in-a-wcf-does-the-datacontract-belong-in-the-interface-or-the-class.html' rel='bookmark' title='Permanent Link: In a WCF, does the datacontract belong in the interface or the class?'>In a WCF, does the datacontract belong in the interface or the class?</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>An <strong>abstract</strong> class is a class with at least one function without definitions.</p>
<p>An <strong>Interface</strong> is a class which only contains function declarations, all the functions are specifically and separately defined later. And you can&#8217;t create objects of these classes.</p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/home/?status=What+is+differance+between+Abstract+and+Interface+http%3A%2F%2Ftinyurl.com%2F6b9txlg" title="Post to Twitter"><img class="nothumb" src="http://interview.msdotnetheaven.com/wp-content/plugins/tweet-this/icons/de/twitter/de/tt-twitter-micro4.png" alt="Post to Twitter" /></a> <a class="tt" href="http://twitter.com/home/?status=What+is+differance+between+Abstract+and+Interface+http%3A%2F%2Ftinyurl.com%2F6b9txlg" title="Post to Twitter">Tweet This Post</a></p></div><img src="http://interview.msdotnetheaven.com/?ak_action=api_record_view&id=9&type=feed" alt="" />

<p>Related posts:<ol><li><a href='http://interview.msdotnetheaven.com/general-interview-stuffs/is-it-possible-to-create-constructor-for-an-abstract-class.html' rel='bookmark' title='Permanent Link: Is it possible to create constructor for an Abstract class?'>Is it possible to create constructor for an Abstract class?</a></li>
<li><a href='http://interview.msdotnetheaven.com/uml-interview-questions-and-answers/what-are-the-good-practices-to-use-while-designing-for-reuse.html' rel='bookmark' title='Permanent Link: What are the good practices to use while designing for reuse'>What are the good practices to use while designing for reuse</a></li>
<li><a href='http://interview.msdotnetheaven.com/wcf/in-a-wcf-does-the-datacontract-belong-in-the-interface-or-the-class.html' rel='bookmark' title='Permanent Link: In a WCF, does the datacontract belong in the interface or the class?'>In a WCF, does the datacontract belong in the interface or the class?</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://interview.msdotnetheaven.com/oops-questions-and-answers/what-is-differance-between-abstract-and-interface.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

