Vidyalelo
C# Programming · Q95

File Handling and Input Output in C Sharp

Programming · C# Programming · question 95

Q95

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
Answer
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: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board