what is the real use of interface in c#,other than that
multiple inheritance is not possible
Answer Posted / kalaimani
The interface contains only declaration of methods, no implementation. Because the interface is can be inherited by class and struct.
| Is This Answer Correct ? | 21 Yes | 9 No |
Post New Answer View All Answers
Show us in simple steps to create setup & deployment project for windows application?
How to find out that the code is written as managed or un-managed code?
What is the different types of private assembly and shared assembly?
What is the class in c#?
How do I make a dll in c#?
What is difference between ilist and list?
What is collection class c#?
What is namespace explain with example?
Describe the ways of cleaning up objects in c#.
What are partial classes and use of partial classes?
How do I create a new form in c#?
Do vs while c#?
Can we create instance of private class in c#?
What is the default boolean value in c#?
What is parallel foreach in c#?