1.

Select the correct statement about Attributes used in C#.NET?

A. The CLR can change the behaviour of the code depending on attributes applied to it
B. If a bugFixAttribute is to receive three parameters, then the BugFixAttribute class should implement a zero argument constructor
C. To create a custom attribute we need to create a custom attribute structure and derive it from System.Attribute
D. None of the mentioned
Answer» B. If a bugFixAttribute is to receive three parameters, then the BugFixAttribute class should implement a zero argument constructor


Discussion

No Comment Found