Answer Posted / radhika
An interface defines a contract for a class.The name of an
interface begins with a capital I.interface doesnot
contains any method implementations.The class that
implements the interface must provide all the
implementation for the members defined in that interface.
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
What is Reflection in .NET? Namespace? How will you load an assembly which is not referenced by current assembly?
Where’s global assembly cache located on the system?
How do I develop c# apps?
What is linq c#?
Can you mark static constructor with access modifiers?
What is difference between write and writeline in c#?
What are constructors in c#?
what is a destructor?
Describe the difference between inline and code behind - which is best?
What is session c#?
If a method's return type is void, can you use a return keyword in the method?
Why do we use static class in c#?
What is the default modifier for class in c#?
What can we do to handle multiple exceptions?
What are escape sequences explain with example?