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 xamarin used for?
What are the Types of values mode can hold session state in web.config
Explain the difference between the system.array.copyto() and system.array.clone()?
Which class does the remote object has to inherit?
What is access modifier in c#?
Is string value type c#?
What are the differences between static, public and void in c#?
Is void a class?
Explain the clr triggers?
Why can’t struct be used instead of class for storing entity?
What is a helper method in c#?
How to declares a two-dimensional array in C#?
What is monitor in C#?
Name any three ways to pass parameters to a method in c#?
Explain about WSDL