Home / C# Programming / Attributes :: Discussion

Discussion :: Attributes

  1. 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.

  2. A.
    1 and 2 only
    B.
    2 and 4 only
    C.
    1, 4 and 5 only
    D.
    All of the above
    E.
    None of the above

    View Answer

    Workspace

    Answer : Option C

    Explanation :

    No answer description available for this question.


Be The First To Comment