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 implement Inheritance in dot net ?

Answer Posted / tarun kumar

In c# we include the " : "
here example
class class1
{
----
----
----
}

class class2 : class1
{
-----
-----
-----
}

Is This Answer Correct ?    5 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is array formula?

953


What is Web.config?

1073


What is dictionary and hashtable in c#?

1022


What do you mean by object pooling?

1113


What are the value types in c#?

994


Can you declare a field readonly?

989


What is sqladapter c#?

1003


What is the extension of c# file?

1118


What are the steps to create an assembly and add it to the gac?

932


How do I simulate optional parameters to com calls?

994


When would you use generics in your code c#?

970


What is console application with example?

982


Is c# good for web development?

1019


How do I enforce const correctness in c#?

993


Explain the difference between the system.array.copyto() and system.array.clone()?

971