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 the difference between wrapper class and primitive?
How a two-dimensional array declared in C#?
What does .length do in c#?
What is difference between var dynamic and object in c#?
What is the difference between firstordefault and first?
What is c# commonly used for?
Is php easier than c#?
What is the difference between writeline and write in c#?
What is the difference between yield and return?
What is ispostback c#?
Describe a Struct ?
Name some string escape sequences in c#.
What is the difference between private and protected in c#?
How to use nullable types in .net?
What are the advantages of using assemble language programming?