Select from following answers:- Compile time
- Runtime
- Both
- All Above
Attributes are a new kind of declarative information. We can use attributes to define both design-level information (such as help file, URL for documentation) and run-time information (such as associating XML field with class field). We can also create "self-describing" components using attributes. In this tutorial we will see how we can create and attach attributes to various program entities, and how we can retrieve attribute information in a run-time environment.
Show Correct Answer
Asked In: Many Interviews |
Alert Moderator