C# Programming - Attributes - Discussion

Discussion Forum : Attributes - General Questions (Q.No. 8)
8.
Which of the following statements are correct about Attributes in C#.NET?
  1. On compiling a C#.NET program the attibutes applied are recorded in the metadata of the assembly.
  2. On compilation all the attribute's tags are deleted from the program.
  3. It is not possible to create custom attributes..
  4. The attributes applied can be read from an assembly using Reflection class.
  5. An attribute can have parameters.
1 and 2 only
2 and 4 only
1, 4 and 5 only
All of the above
None of the above
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
Be the first person to comment on this question !

Post your comments here:

Your comments will be displayed after verification.