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 |
How does the .net framework 3.0 relate to the .net framework 2.0?
How we can add the css in mvc?
I am going for H1B visa interview, I am not having bank statement ,is it neccesary for stamping process? how to handle the,consulate people without that statement ?
Does the .NET Framework have in-built support for serialization?
What are the different authentication modes in the .NET environment?
please tell me the best book of asp.net in the markit. which explain in simple and detail.
Is .net core replacing .net framework?
What are the different types of filters, in an asp.net mvc application?
what is .NET ?
what is ADO.NET
What is poco proxy? : Entity framework
What are the ways to show data grid inside a data grid for a master details type of tables?