What is marker interface?



What is marker interface?..

Answer / 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

More C Sharp Interview Questions

If i have 100 objects in my application are out of scope.when first time garbage collected how many objects memory reference are free?

2 Answers   ITC Infotech,


What is an assembly qualified name

0 Answers  


What is the use of oops in c#?

0 Answers  


Explain dataadapter.update method in .net?

0 Answers  


How to declares a two-dimensional array in C#?

0 Answers   DELL,






What is static variable in c#?

0 Answers  


Define mutex in C#?

0 Answers  


What?s a multicast delegate?

3 Answers  


Explain the types of comments in c#?

0 Answers  


Explain the difference between event and a delegate in c#?

0 Answers   DELL,


How long does a loop recorder procedure take?

0 Answers  


Can a static class have a constructor c#?

0 Answers  


Categories