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 |
Difference between Dispose and Finalize method
Is entity framework slow?
What is CLR? How it will work?
Which is the best institute in chennai to learn DotNet?
will this code works fine? or will it gives error? Object obj=5; int i=6; i=i+obj;
Can I use razor code in javascript in asp.net mvc?
Is .net framework going away?
Difference between manifest , metadata?
3 Answers Soma Technology, TCS,
Where are the value-type variables allocated in the computer RAM ?
Is it possible to combine asp.net webforms and asp.mvc and develop a single web application?
Hello guyz, I have interview scheduled next week on .Net Framework 1.1? Can any one please provide a) list of interview questions on .net frame work 1.1? b)basic differences between .net framework 1.1 and 2.0 and 3.5 c)the topics that i need to concentrate while preparing Thanks in advance
Who defines the CAS code groups