Answer Posted / lagnajeet sahu
The marker interface is an interface that is empty. It does
not implement any properties nor methods. It is used to mark
the capability of a class as implementing a specific
interface at run-time. In languages that do not provide
support for associating metadata to a class, this approach
can be useful.
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
How do I move from one form to another in c#?
Is there regular expression (regex) support available to c# developers?
What is cls, cts and clr in net?
What is a virtual property. Give an example?
What exactly happens when we debug and build the program?
Define using statement in c#?
What is assembly and dll in c#?
What are the steps to create an assembly and add it to the gac?
Are string objects mutable or immutable?
Why do we use static methods in c#?
What is the use of delegates in c#?
What are concrete classes?
What is the difference between // comments, /* */ comments and /// comments?
How do I download a program to my desktop?
How C# 4.0 supports dynamic programming language?