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 |
what is .NET ?
What is layout in mvc?
what is scalar property?
who handles these error while writing the source code???.
What is .net architecture and framework?
Difference between .NET & J2EE
Why to use '{resource}.axd/{*pathInfo}' in routing in ASP.Net MVC?
What is namespaces
What is gacutil.exe. Where do we store assemblies ?
5 Answers Accenture, BirlaSoft,
Features in .net framework 1.1 ?
Which version of the common language runtime (clr) does the .net framework 3.0 use?
how to create session in .net