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

What are attributes

1 Answers  


what is .net?

20 Answers   IBM,


What happens when you encounter a continue statement inside the for loop ?

1 Answers  


what is the three pillar of .Net ?

11 Answers  


Can I look at the IL for an assembly

1 Answers  






What is Differnce between html.action and ajax.action?

0 Answers   HCL,


what is use of entitydatasource control?

0 Answers   Microsoft,


Explain what languages does the .net framework support?

0 Answers  


Define the core components of an ASP.NET MVC application?

0 Answers  


about triggers?

6 Answers   CSC,


Can we look at the IL for an assembly?

2 Answers  


In which assembly is the mvc framework defined?

0 Answers  


Categories