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
Explain what is the difference between view and partial view?
What are the 3 main components of an asp.net mvc application?
Why is the .net framework 3.0 a major version number of the .net framework if it uses the .net framework 2.0 runtime and compiler?
how to disable the lazy loading framework?
What are the levels at which filters can be applied in an asp.net mvc application?
In Server how to check whether model has error or not in ASP.Net MVC
What is the benefit of entity framework?
Explain the advantages of asp.net mvc over asp.net?
How the ‘page lifecycle’ of ASP.Net MVC does works?
How do I install .net framework?
What is a model in android?
What is representational state transfer (rest) mean?
Can a view be shared across multiple controllers? If yes, how we can do that?
How does work clr?
What are the advantages of asp.net mvc?