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
Which are access modifiers available in c#?
Define interface class in c#?
What is the difference between static class and singleton class in c#?
Are c and c# the same thing?
Describe the types of comments in c#?
Can you call from an inherited constructor to a specific base constructor if both base class and an inheriting class has a number of overloaded constructors?
How can i Spawn a Thread
Can a string be null c#?
Explain the process of polymorphism with an example?
What is the difference between new and override in c#?
Can you have more than one namespace in c#?
Why dictionary is used in c#?
What are Memory foot print of an exe?
What is serialization in .net?
What is reference c#?