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 Implicit conversion in C#?
Are c# constructors the same as c++ constructors?
How can you force derived classes to provide new method implementations for virtual methods?
What is xml serializer?
What is difference between .net and c#?
What is ienumerable <> in c#?
Explain the clr triggers?
What are jump statements in c#?
How to put assembly in gac?
What are console applications used for?
In .Net, what is an assembly? Also explain the type of assembly.
How to add controls dynamically to the form using c#.net.
What is attribute c#?
What are cookies in c#?
What is hashtable in c# net with example?