Page 1 of 1

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

Posted: Wed Jul 13, 2022 7:57 pm
by answerhappygod
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