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
How do I format in c#?
Why does dllimport not work for me?
What is console writeline in c#?
Explain the advantage of using system.text.stringbuilder over system.string?
What is using keyword?
What is connection pooling in ado.net?
List some of the classes used by system.data namespace?
What is meaning of type safety in c#?
How objects are stored in memory?
Define parsing?
Why are local variables stored in stack?
Why do we need interfaces in c#?
What is the difference between protected and private?
What is virtual in c#?
Is null or empty in c#?