Posts

Showing posts from September, 2012

Microsoft.NET: Abstract Class and Abstract Method in C#

Microsoft.NET: Abstract Class and Abstract Method in C# : Abstract Class:-   we use ' abstract ' keyword to implement the concept of abstract class.  'Abstract class' can only inherited by oth...