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

How to put assembly in gac?

861


Is struct object oriented?

831


Will the following code compile?

906


What is the difference between read and readline in c#?

860


What is an int c#?

806


What is console write in c#?

874


Can we inherit a class with private constructor in c#?

997


How do I count the length of a string in c#?

910


What is cshtml?

934


What is the difference between method and function in c#?

856


What are the benefits of using the aggregate method in linq?

932


When should I use static in C#?

934


What is a service layer c#?

808


What is the difference between firstordefault and singleordefault?

845


What exception can an overridden method throw in comparison with the method it is overriding?

812