Question
a.
If there is a custom attribute BugFixAttribute then the compiler will look ONLY for the BugFix attribute in the code that uses this attribute.
b.
To create a custom attribute we need to create a custom attribute structure and derive it from System.Attribute.
c.
To create a custom attribute we need to create a class and implement IAttribute interface in it.
d.
The CLR can change the behaviour of the code depending upon the attributes applied to it.
Posted under C# programming
Engage with the Community - Add Your Comment
Confused About the Answer? Ask for Details Here.
Know the Explanation? Add it Here.
Q. Which of the following statements are correct about Attributes used in C#.NET?
Similar Questions
Discover Related MCQs
Q. Which of the following forms of applying an attribute is correct?
View solution
Q. Which of the following correctly describes the contents of the filename AssemblyInfo.cs?
View solution
Q. It possible to create a custom attribute that can be applied only to specific programming element(s) like ____ .
View solution
Q. Which of the following CANNOT be a target for a custom attribute?
View solution
Q. Once applied which of the following CANNOT inspect the applied attribute?
View solution
Q. Which of the following is the correct way to apply an attribute to an Assembly?
View solution
Q. Attributes can be applied to
1. Method
2. Class
3. Assembly
4. Namespace
5. Enum
View solution
Q. Select the class which is the base class for all arrays in C#?
View solution
Q. Select the interfaces implemented by array class:
View solution
Q. Choose the correct statement about the IComparer interface in C#:
View solution
Q. Choose the correct statement about the IComparer interface in C#:
View solution
Q. What does the following property defined in the array class defines in C#?
public bool IsReadOnly { get; }
View solution
Q. What does the following property define in C#?
public static int BinarySearch<T>(T[] array, int index, int length, T value)
View solution
Q. Which method will be used to copy content from one array to another array?
View solution
Q. Which mechanism among the following helps in identifying a type during the execution of a program?
View solution
Q. Select the statement which are correct about RTTI(Runtime type identification):
View solution
Q. Select the Keyword which supports the run time type identification:
View solution
Q. What does the following code signify?
expr is type
View solution
Q. Which operator among the following supports the operation of conversion at runtime without generating the exceptions?
View solution
Q. Which operator among the following is used to perform the operation of boxing, unboxing, reference and identity conversions?
View solution
Suggested Topics
Are you eager to expand your knowledge beyond C# programming? We've curated a selection of related categories that you might find intriguing.
Click on the categories below to discover a wealth of MCQs and enrich your understanding of Computer Science. Happy exploring!