Select The Correct Statement About Attributes Used In Cnet #531
Select the correct statement about Attributes used in C#.NET?
This multiple choice question (MCQ) is related to the book/course
gs gs108 CSharp.
It can also be found in
gs gs108 Console I/O Operations and Stream Classes - Attributes - Quiz No.1.
Select the correct statement about Attributes used in C#.NET?
The CLR can change the behaviour of the code depending on attributes applied to it
If a bugFixAttribute is to receive three parameters, then the BugFixAttribute class should implement a zero argument constructor
To create a custom attribute we need to create a custom attribute structure and derive it from System.Attribute
None of the mentioned