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 are the options can be configured in AJAX helpers?
what is .edmx file and what it contains?
What is a serverside technology? what is a clientside technology? what is a clientserver technology? what is a internet based application? what is a intranet based application? what is a windows application? what is a console application? Difference between console application and windows application?
What are ajax helpers in asp.net mvc?
Can I look at the IL for an assembly
Can you declare an override method to be static if the original method is non-static
How to ensure the credentials for WebService using Windows authentication
What is disconnected scenario? : Entity framework
Explain representational state transfer (rest) in detail?
What does CLR do as soon as an assembly is created ?
What is session state management?
In which testing using in .net framwork?