Q:

What are C# attributes and their significance?

0

What are C# attributes and their significance?

All Answers

need an explanation for this answer? contact us directly to get an explanation for this answer

C# provides developers a way to define declarative tags on certain entities, eg. Class, method, etc. are called attributes. The attribute’s information can be retrieved at runtime using Reflection.

need an explanation for this answer? contact us directly to get an explanation for this answer

total answers (1)

C# Interview Questions and Answers,You Need To Know

This question belongs to these collections

Similar questions


need a help?


find thousands of online teachers now
What is the meaning of instantiation in c#?... >>
<< What is an object in c#?...