<?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>abstract class Archives -</title>
	<atom:link href="https://mitindia.in/tag/abstract-class/feed/" rel="self" type="application/rss+xml" />
	<link>https://mitindia.in/tag/abstract-class/</link>
	<description></description>
	<lastBuildDate>Thu, 21 Jul 2016 11:19:02 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>https://mitindia.in/wp-content/uploads/2023/03/cropped-android-chrome-512x512-1-32x32.png</url>
	<title>abstract class Archives -</title>
	<link>https://mitindia.in/tag/abstract-class/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Namespace and Virtual method in c#</title>
		<link>https://mitindia.in/names-space-virtual-method-c/</link>
					<comments>https://mitindia.in/names-space-virtual-method-c/#comments</comments>
		
		<dc:creator><![CDATA[SKB]]></dc:creator>
		<pubDate>Thu, 21 Jul 2016 11:18:32 +0000</pubDate>
				<category><![CDATA[ASP.Net]]></category>
		<category><![CDATA[abstract class]]></category>
		<category><![CDATA[abstract method]]></category>
		<category><![CDATA[name space]]></category>
		<category><![CDATA[virtual method]]></category>
		<guid isPermaLink="false">http://www.mitindia.in/?p=367</guid>

					<description><![CDATA[<p>NameSpace NameSpace is the Logical group of types or we can say namespace is a container (e.g Class, Structures, Interfaces, Enumerations etc.). Example: a) System.IO logically groups input output related features. b) System.Data.SqlClient is the logical group of ado.net Connectivity with Sql server related features. In Object Oriented world, many times it is possible that [&#8230;]</p>
<p>The post <a href="https://mitindia.in/names-space-virtual-method-c/">Namespace and Virtual method in c#</a> appeared first on <a href="https://mitindia.in"></a>.</p>
]]></description>
										<content:encoded><![CDATA[<h4>NameSpace</h4>
<p>NameSpace is the Logical group of types or we can say namespace is a container (e.g Class, Structures, Interfaces, Enumerations etc.).</p>
<p>Example: a) System.IO logically groups input output related features.</p>
<p>b) System.Data.SqlClient is the logical group of ado.net Connectivity with Sql server related features. In Object Oriented world, many times it is possible that programmers will use the same class name, Qualifying NameSpace with class name can avoid this collision.</p>
<p><strong>virtual method</strong><br />
A virtual method can be redefined. The virtual keyword designates a method that is overridden in derived classes.<br />
A virtual method is created in the base class that can be overriden in the derived class.<br />
<strong>Override Method</strong><br />
The override modifier is needed for implementing polymorphic behaviors in derived classes. You can re-implement a virtual base method. This causes the base implementation to be ignored in favor of the override method.</p>
<p><strong>Abstract Class</strong><br />
Abstract classes, marked by the keyword abstract in the class definition, are typically used to define a base class in the hierarchy. What&#8217;s special about them, is that you can&#8217;t create an instance of them &#8211; if you try, you will get a compile error.</p>
<p><strong>Abstract method</strong><br />
An abstract method has no implementation. Its implementation logic is provided instead by classes that derive from it. We use an abstract class to create a base template for derived classes.</p>
<p><a class="a2a_button_whatsapp" href="https://www.addtoany.com/add_to/whatsapp?linkurl=https%3A%2F%2Fmitindia.in%2Fnames-space-virtual-method-c%2F&amp;linkname=Namespace%20and%20Virtual%20method%20in%20c%23" title="WhatsApp" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_facebook" href="https://www.addtoany.com/add_to/facebook?linkurl=https%3A%2F%2Fmitindia.in%2Fnames-space-virtual-method-c%2F&amp;linkname=Namespace%20and%20Virtual%20method%20in%20c%23" title="Facebook" rel="nofollow noopener" target="_blank"></a><a class="a2a_dd addtoany_share_save addtoany_share" href="https://www.addtoany.com/share#url=https%3A%2F%2Fmitindia.in%2Fnames-space-virtual-method-c%2F&#038;title=Namespace%20and%20Virtual%20method%20in%20c%23" data-a2a-url="https://mitindia.in/names-space-virtual-method-c/" data-a2a-title="Namespace and Virtual method in c#"><img src="https://static.addtoany.com/buttons/favicon.png" alt="Share"></a></p><p>The post <a href="https://mitindia.in/names-space-virtual-method-c/">Namespace and Virtual method in c#</a> appeared first on <a href="https://mitindia.in"></a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://mitindia.in/names-space-virtual-method-c/feed/</wfw:commentRss>
			<slash:comments>7</slash:comments>
		
		
			</item>
	</channel>
</rss>
