Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

How do you inherit from a class in C#?

Answer Posted / shadab

write first derived class name after that colon(:)and then
write super class name.
for example

class Base
{
}
class Derived:Base
{

}

for more information u can visit
http://www.shadab-programminghelp.blogspot.com

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the default modifier for class in c#?

1021


What is bit in c#?

1036


Is xamarin free?

901


When should we use delegates in c#?

982


Is dictionary reference type c#?

884


What is an array of arrays called?

922


What is the implicit name of the parameter that gets passed into the class set method?

1048


Can a constructor have a return type?

907


What is literal control

1065


Explain the access modifiers in c#?

995


What is the difference between interface and abstract class in c#?

976


Is lazy thread safe c#?

928


What are namespaces, and how they are used?

1063


Explain the difference between the debug class and trace class?

943


What is throw in c#?

943