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...

Why multiple Inheritence is not used in C#?

Answer Posted / a b

Implementing from multiple interfaces is not true multiple
inheritance. The objective of inheritance is code reuse,
which is attained only when the base class contains that
code. But since an interface does not contain any code code
at all, there's no code reuse happening at all. Instead, an
implementing class needs to provide code for each and every
method defined in a class.

Is This Answer Correct ?    3 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what is the syntax to inherit from a class in c#?

1067


What is the difference between internal and protected in c#?

1087


What are primitive types in c#?

1013


What is clr in c#?

889


What is c# windows form application?

1004


Is array value type in c#?

1084


What is an enumerator in c#?

1008


How long does it take to learn c# for unity?

957


Explain about CTS?

1003


What is inline function in c#?

1020


What is response redirect in c#?

941


What is the default boolean value in c#?

1008


How can I produce an assembly?

1080


Can u list some style properties of List Box?

966


How can you prevent escaping on backslashes in C# with string definitions?

1286