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?
- Custom attribute cannot be applied to an assembly.
- [assembly: Tested("Sachin", testgrade.Good)]
- [Tested("Virat", testgrade.Excellent)]
class customer { /* .... */ } - Custom attribute cannot be applied to a method.
- Custom attribute cannot be applied to a class.
Discussion:
1 comments Page 1 of 1.
Liku said:
6 years ago
Please explain.
Post your comments here:
Quick links
Quantitative Aptitude
Verbal (English)
Reasoning
Programming
Interview
Placement Papers