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 create multiple inheritance in C#?

Answer Posted / arunkumar.v

C# doesnt support multiple inheritence ie.,it doesnt
inherit multiple base class.It generally creates confusion.
Instead you can use Interfaces.You are permitted to inherit
one base class and multiple interfaces.

Is This Answer Correct ?    2 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

We cannot create instances of static classes. Can we have constructors for static classes?

1059


Are c# objects passed by reference?

940


Is it possible to have different access modifiers on the get/set methods of a property in c#?

1041


What do you mean by winforms in c#?

1009


What is the use of convert toint32 in c#?

1023


What are assemblies?

986


Is for loop faster than foreach?

1077


What is array formula?

955


What is selector c#?

950


What is a scope in c#?

943


How can you force derived classes to provide new method implementations for virtual methods?

976


What is null character in string?

1128


What is the data encapsulation?

935


What is sqlcommandbuilder c#?

994


How do I run managed code in a process?

1075