If the interface in c# only contains the declaration of the methods and we need to define those methods in the class, then why we use the interface?
HCL,
1056
How do I create a .exe file?
What is difference between overloading and short circuiting?
What are indexers in c# .net?
What is the benefit of using interface in c#?
What is a shared assembly?
What is a private class in c#?
Can properties be overloaded in c#?
What is difference between class and interface in c#?
Is equal in c#?
How can you prevent escaping on backslashes in C# with string definitions?
Explain the ways to deploy an assembly?
How can I process command-line arguments?
Is is possible to force garbage collector to run?
What are the different types of constructors in c#?
Can we inherit abstract class in c#?