Click here to Skip to main content
15,879,474 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
What is Marker Interface? And Why do we use it?
Posted

Marker interfaces are empty interfaces without any property of methods, these Interfaces are used to mark the capability of a class as implementing a specific interface at run-time.

You can find more details on this at
http://elegantcode.com/2008/07/30/marker-interfaces-and-c-attributes/[^]
 
Share this answer
 
Try Google[^] before you post here! :doh:
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900