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
Can dictionary have duplicate keys c#?
How main method is called in c#?
Explain the difference between access specifier and access modifier in c#?
How do I start a program in c#?
What is using directive in c#?
Give examples for reference types?
What are the variables in c#?
Can a class be protected in c#?
What is generic delegates in c#?
What are partial classes and use of partial classes?
What is a method c#?
What do you mean by delegates and explain different types of delegates?
Why do we use delegates?
What is difference between internal and protected internal in c#?
Can a struct inherit from an interface in c#?