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

What kind of the information stored inside the assembly?

0 Answers   CitiusTech,


Define interface class in c#?

0 Answers  


What is expression c#?

0 Answers  


Hi to all..I have to create an intranet application on C#.NET windows Application so please please let can you people help me as iam new in .NET and if u have any samples or website address from where i can get sample please let know.

0 Answers   ABB, TCS,


What is an assembly qualified name

0 Answers  






What is namespace in oops?

0 Answers  


Difference between value and reference type. What are value types and reference types?

0 Answers  


Which are the loop types available in c#?

0 Answers  


What is difference between value and reference types?

5 Answers   Accenture,


What is console based application?

0 Answers  


What are the ways in which client can create object on server in cao model?

0 Answers  


How does insertion sort work?

0 Answers  


Categories