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,
1012
What is the c# equivalent of c++ catch (…), which was a catch-all statement for any possible exception? Does c# support try-catch-finally blocks?
What type is string in c#?
Explain the difference between Metadata and Manifest
What is sorted list in c#?
What is hierarchical inheritance in c#?
What is the ouput of the following program?
How to Install uninstall assemblies into GAC?
Does c# do array bounds checking?
What is generic in c#?
What is the purpose of c#?
What are the Types of caching
Can constructor have return type c#?
what is IEquatable
Give examples for reference types?
Why are strings immutable in c#?