How do you implement multiple inheritance in .NET?
Answer Posted / vijay rana
with the help of interface we can achieve multiple
inheritense in csharp;
| Is This Answer Correct ? | 25 Yes | 2 No |
Post New Answer View All Answers
What are winforms in c#?
How many root nodes are there in an xml document?
What is the use of GC.KeepAlive Method?
Define an escape sequence, name few strings in escape sequence?
Define delay signing?
Explain the difference between class and interface in .net?
How many bytes is a long c#?
How can I create a process that is running a supplied native executable (e.g., Cmd.exe)?
What is enumerable in c#?
What is an argument in c#?
Why we need get set property in c#?
How can we sort an array in c#?
What is deadly diamond problem?
How to use the sreamReader class to read form a text file?
When do we generally use destructors to release resources?