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 is a generic method?
what is an event? Define delegate?
Can I use exceptions in c#?
What is iqueryable?
Why do we need to override in c#?
How do you declare a variable in c#?
What is the execution entry point for a c# console application?
What is difference between virtual and override in c#?
What are the properties of c#?
What is an actual parameter?
What is the compiler of c#?
What is xml document how do you open it?
Which of these statements correctly declares a two-dimensional array in c#?
If a method's return type is void, can you use a return keyword in the method?
When would you use generics in your code c#?