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
Can the accessibility of a type member be greater than the accessibility of its containing type?
What are the namespace level elements?
Structs are largely redundant in c++. Why does c# have them?
What is the difference between a variable and a literal?
Is array passed by reference in c#?
write a c# program add two matrix with input number ?
When would you use generics in your code c#?
What is array and its types in c#?
Which is faster iqueryable or ienumerable?
What is default value of bool in c#?
Which is faster array or arraylist in c#?
Is char * null terminated?
What is the difference between list and dictionary in c#?
What is a reference type c#?
What is c# best for?