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

Is it possible to use multipe inheritance in .net

Answer Posted / kirti

Multiple Inheritance is an ability to inherit from more than one base class i.e. ability of a class to have more than one superclass, by inheriting from different sources and thus combine separately-defined behaviors in a single class. There are two types of multiple inheritance: multiple type/interface inheritance and multiple implementation inheritance. C# & VB.NET supports only multiple type/interface inheritance, i.e.

you can derive an class/interface from multiple interfaces. There is no support for multiple implementation inheritance in .NET. That means a class can only derived from one class.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How we can register the Area in ASP.Net MVC?

1136


Explain representational state transfer (rest) in detail?

1094


Mention the core components of .net framework?

1031


How we can add the CSS in ASP.Net MVC?

1074


Why to use Html.Partial in ASP.Net MVC?

1178


What is edm (entity data model)? : Entity framework

1146


what is eager loading?

1069


How can you return string result from Action in ASP.Net MVC?

1100


Explain linq to entities? : Entity framework

1099


What type of filter does outputcacheattribute class represents?

1150


What is razor code?

1134


What is the use .glimpse in mvc?

1097


What is attribute routing in mvc?

1183


Can you explain model, controller and view in mvc?

1045


Can I remove .net framework?

1036