Is it possible to use multipe inheritance in .net



Is it possible to use multipe inheritance in .net..

Answer / 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

More Dot Net Framework Interview Questions

How do I install .net framework?

0 Answers  


What are Action Methods in ASP.NET MVC?

0 Answers  


If you change something in web.config file.Do u need to compile again?

5 Answers   Broadridge, SMNetserv,


Difference between <connectionstring> and <appsettings>

4 Answers  


Which are the important namespaces used in mvc?

0 Answers  






What is meant by viewdata?

0 Answers  


What is the difference between structures and enumeration ?

1 Answers  


What is entityset? : Entity framework

0 Answers  


I want ask from plz smaple example code for Biztalkk server

0 Answers  


what are the different stepts to create shared assemblies?

1 Answers  


What is the difference between STA and MTA?

3 Answers  


Mention some action filters which are used regularly in ASP.Net MVC?

0 Answers  


Categories