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 the difference between asynchronous controller implementation between asp.net mvc 3 & asp.net mvc 4?

0 Answers  


What is object service? : Entity framework

0 Answers  


WHICH IS MORE SECURED AMONG JAVA AND .NET?

7 Answers  


What is mvc entity framework?

0 Answers  


About namespaces ?

3 Answers   MMTS,


Explain what platforms does the .net framework run on?

0 Answers  


The order of the filters that get executed, if the multiple filters are implemented?

0 Answers  


Describe the .net framework architecture.

0 Answers  


Explain the 'page lifecycle' of an ASP.NET MVC?

0 Answers  


What is the difference between managed and unmanaged code?

12 Answers   IBM,


what is ssdl?

0 Answers   Microsoft,


What is Jit compilers?.how many are available in clr

1 Answers  


Categories