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
What is object pool in .net?
Why do we need indexers in c#?
Which operator cannot be overloaded in c sharp?
Can we inherit two classes in c#?
What does int32 mean in c#?
what is main function of alternate teamplate of datalist?
How jit (just in time) works?
Why does my windows application pop up a console window every time I run it?
Why do we use virtual methods in c#?
Define thread?
Is multiple inheritance possible in c#?
What is binding in c#?
What is an actual parameter?
Can an abstract class have a constructor c#?
What is an enumerator in c#?