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
What is a shared assembly?
Explain namespaces in c#.
What is the difference between const and readonly in c#.net?
What is super class in c#?
What is expression tree in c#?
How to find out that the code is written as managed or un-managed code?
What is the difference between mobile application and desktop application?
What are the principles of delegation?
Can you instantiate an abstract class c#?
Why do we write system in c#?
What is mvc firstordefault?
What is ispostback c#?
Is c# scripting language?
What is iqueryable in c#?
What is the difference between overriding and overloading in systemverilog?