what is the real use of interface in c#,other than that
multiple inheritance is not possible
Answer Posted / satyaprakash reddy
c#.net will not support multiple inheritence to overcome
these problems we use interfaces,
actually c# is faces some problems while go through the
garbage collection and interfaces are better according to
performance
Is This Answer Correct ? | 21 Yes | 33 No |
Post New Answer View All Answers
What are c# i/o classes?
Can we declare private class in c#?
How do I convert a string to an int in c#?
Why dictionary is used in c#?
When should I use static in C#?
What is the purpose of dependency injection?
What is ienumerable and iqueryable?
How to get the sum of last 3 items in a list using lambda expressions?
What is disconnected data architecture in c#?
Is c# pass by value?
We cannot create instances of static classes. Can we have constructors for static classes?
What are value types and reference types?
What is winforms c#?
What is protected internal modifier in C#?
Is array reference type in c#?