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 console used for?
What is xml serializer?
Is null empty or whitespace c#?
Is typeof c#?
What are the access modifiers in c#?
What are most desktop applications written in?
what is a enumeration in c#
What is difference between int and int in c#?
What is a static field?
Do unused Namespaces in c# affect run-time performance?
Can constructor be private c#?
What is difference between constants and read-only?
What is the usage of Enumeration in C# Programming and is it good to use or not ?
What is executereader in c#?
What is the namespcae generally given to the webpage of the .NET Framework ?