NFNorberto Flogar14y agoPosted Jul 3, 2012, 2:04 AMHi,If you are declaring a class which inhertis the other class then the class which you are declaring is known as SubClass and the class which are you inherting is known as Base Classfor more refer oops concepts in .netThanksWall Stickers
Vulpes14y agoPosted Jul 1, 2012, 11:42 AMIt's simply a class which inherits from some other class.Other terms which mean the same thing as sub-class include derived class and child class.The class from which it inherits is variously called its super-class, base class or parent class.In .NET all classes are ultimately sub-classes of the System.Object class which sits at the top of the inheritance hierarchy.
Satyapriya Nayak14y agoPosted Jul 1, 2012, 10:43 AMHi Selvi,Please refer the below linkshttp://www.techotopia.com/index.php/C_Sharp_Inheritancehttp://en.csharp-online.net/Common_Type_System%E2%80%94Subclassing_and_Polymorphismhttp://www.dotnetspider.com/resources/43678-Using-Sub-Class-C-programming.aspxThanks
Norberto FlogarPosted Jul 3, 2012, 2:04 AM
If you are declaring a class which inhertis the other class then the class which you are declaring is known as SubClass and the class which are you inherting is known as Base Class
for more refer oops concepts in .net
Thanks
Wall Stickers
VulpesPosted Jul 1, 2012, 11:42 AM
The class from which it inherits is variously called its super-class, base class or parent class.
Satyapriya NayakPosted Jul 1, 2012, 10:43 AM
Please refer the below links
http://www.techotopia.com/index.php/C_Sharp_Inheritance
http://en.csharp-online.net/Common_Type_System%E2%80%94Subclassing_and_Polymorphism
http://www.dotnetspider.com/resources/43678-Using-Sub-Class-C-programming.aspx
Thanks