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
in object oriented programming, how would you describe encapsulation?
Can we inherit singleton class in c#?
What is wcf c#?
What is meant by generics in c#?
Can we inherit a class with private constructor in c#?
Why abstraction is used in c#?
Does c# support multiple inheritance (mi)?
What is anonymous methods in c#?
What is the difference between string keyword and system.string class?
What are the benefits of using the aggregate method in linq?
What are the Types of values mode can hold session state in web.config
What is oledb in c#?
What is inline function in c#?
What is dll in c#?
Does c# support multilevel inheritance?