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 is this keyword in C#?
Can I define my own exceptions?
Which class does the remote object has to inherit?
What is the difference between public, static, and void?
What is the system namespace?
Explain the access modifiers in c#?
Is c# substring zero based?
Why do we overload constructors?
Is string null or empty?
What are boxing and unboxing?
Which is faster hashtable or dictionary?
What are assemblies?
What is a cs file?
What is generic in c#?
What are access modifiers used for?