C# Programming - Attributes - Discussion

Discussion Forum : Attributes - General Questions (Q.No. 14)
14.
Which of the following is the correct way of applying the custom attribute called Tested which receives two-arguments - name of the tester and the testgrade?
  1. Custom attribute cannot be applied to an assembly.
  2. [assembly: Tested("Sachin", testgrade.Good)]
  3. [Tested("Virat", testgrade.Excellent)]
    class customer { /* .... */ }
  4. Custom attribute cannot be applied to a method.
  5. Custom attribute cannot be applied to a class.
1 only
1, 5
2, 3
4, 5
None of the above
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
1 comments Page 1 of 1.

Liku said:   6 years ago
Please explain.

Post your comments here:

Your comments will be displayed after verification.