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
If casting fails what type of exception is thrown?
What is addressof operator?
What is the advantage of static class in c#?
Why we need get set property in c#?
Define an escape sequence, name few strings in escape sequence?
Can you prevent a class from being instantiated?
HOW to Develope the CRUD(create,read,update,delete) FORM IN WINDOWS form by using c# only
What is callback function in c#?
Can we inherit a private class in c#?
What is the difference between parse and tryparse in c#?
what is the purpose of using statement in c#
What are the desktop applications?
What is a protected class in c#?
Explain the mechanism of VB.NET/C# achieve polymorphism?
Can an array be null c#?