How do you implement multiple inheritance in .NET?
Answer Posted / kamlesh sharma
use of interfaces
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
What is difference between abstract class and interface in c#?
Describe an abstract class?
What is new method in c#?
List the differences between method overriding and method overloading?
What is dynamic in c#?
What is literal in c#?
What is difference between dictionary and hashtable?
What is difference between tostring() vs convert.tostring() vs (string) cast
Do events have return type c#?
What does args mean in c#?
What is a virtual property. Give an example?
How do you escape c#?
Is there any sample c# code for simple threading?
What is multicast delegate explain with example?
what optimizations does the c# compiler perform when you use the /optimize+ compiler option?