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

What are Validation Annotations?

1107


Explain what platforms does the .net framework run on?

1106


How OS come to know whether to load the .net framework when we run an .exe created using .Net framework?

1073


what is linq to entities?

1195


mention what is the key advantage of using entity framework or ef?

1070


How to return the JSON from action method in ASP.Net MVC?

1290


What is meant by domain model?

1109


Explain Bundle.Config in ASP.Net MVC4?

1061


What are the new enhancements done in default project template of asp.net mvc 4?

1085


Explain how you can implement Ajax in MVC?

1066


Explain the methods used to render the views in ASP.Net MVC?

1169


What is mvc entity framework?

1029


What is the difference between renderaction and renderpartial?

1197


Can you explain model, controller and view in mvc?

1048


What are the components required to create a route in ASP.Net MVC?

1116