IndiaBIX
IndiaBIX
Start typing & press "Enter" or "ESC" to close
  • Home
  • Jobs
  • Results
  • Current Affairs
  • GK
  • Online Test
  • HR Interview
  • BLOG

Attributes - General Questions

  • Home
  • Computer Science & Engineering
  • C# Programming Questions and Answers
  • Attributes - General Questions
1. 

Attributes can be applied to

1 Method

2 Class

3 Assembly

4 Namespace

5 Enum

 

A. 1 and 2 only
B. 1, 2 and 3
C. 4 and 5 only
D. All of the above
E. None of the above

Answer: Option B

Explanation:

No answer description available for this question. Let us discuss.
View Answer Discuss Workspace Report

2. 

Which of the following is the correct way of applying the custom attribute called Tested which receives two-arguments - name of the tester and the testgrade?

1 Custom attribute cannot be applied to an assembly.

2 [assembly: Tested("Sachin", testgrade.Good)]

3 [Tested("Virat", testgrade.Excellent)] class customer { /* .... */ }

4 Custom attribute cannot be applied to a method.

5 Custom attribute cannot be applied to a class.

A. 1 only
B. 1, 5
C. 2, 3
D. 4, 5
E. None of the above

Answer: Option C

Explanation:

No answer description available for this question. Let us discuss.
View Answer Discuss Workspace Report

3. 

Which of the following is the correct way to apply an attribute to an Assembly?

A. [ AssemblyDescription("DCube Component Library") ]
B. [ assembly : AssemblyDescription("DCube Component Library") ]
C. [ Assemblylnfo : AssemblyDescription("DCube Component Library") ]
D. < Assembly: AssemblyDescription("DCube Component Library") >
E. (Assembly: AssemblyDescription("DCube Component Library"))

Answer: Option B

Explanation:

No answer description available for this question. Let us discuss.
View Answer Discuss Workspace Report

4. 

Once applied which of the following CANNOT inspect the applied attribute?

A. CLR
B. Linker
C. ASP.NET Runtime
D. Visual Studio.NET
E. Language compilers

Answer: Option B

Explanation:

No answer description available for this question. Let us discuss.
View Answer Discuss Workspace Report

5. 

Which of the following CANNOT be a target for a custom attribute?

A. Enum
B. Event
C. Delegate
D. Interface
E. Namespace

Answer: Option E

Explanation:

No answer description available for this question. Let us discuss.
View Answer Discuss Workspace Report

6. 

It possible to create a custom attribute that can be applied only to specific programming element(s) like ____ .

A. Classes
B. Methods
C. Classes and Methods
D. Classes, Methods and Member-Variables

Answer: Option C

Explanation:

No answer description available for this question. Let us discuss.
View Answer Discuss Workspace Report

7. 

Which of the following correctly describes the contents of the filename AssemblyInfo.cs?

A. It contains method-level attributes.
B. It contains class-level attributes.
C. It contains assembly-level attributes.
D. It contains structure-level attributes.
E. It contains namespace-level attributes.

Answer: Option C

Explanation:

No answer description available for this question. Let us discuss.
View Answer Discuss Workspace Report

8. 

Which of the following statements are correct about Attributes in C#.NET?

1 On compiling a C#.NET program the attibutes applied are recorded in the metadata of the assembly.

2 On compilation all the attribute's tags are deleted from the program.

3 It is not possible to create custom attributes..

4 The attributes applied can be read from an assembly using Reflection class.

5 An attribute can have parameters.

A. 1 and 2 only
B. 2 and 4 only
C. 1, 4 and 5 only
D. All of the above
E. None of the above

Answer: Option C

Explanation:

No answer description available for this question. Let us discuss.
View Answer Discuss Workspace Report

  • 1
  • 2

Questions & Answers

Aptitude Chemical Engineering Civil Engineering Computer Science & Engineering Current Affairs Data Interpretation Electrical & Electronics Engineering Electronics & Communication Engineering General Knowledge Logical Reasoning Mechanical Engineering Non Verbal Reasoning Verbal Ability Verbal Reasoning

Interviews

HR Interview

Jobs

Sarkari Jobs

Results

Rojgar ResultSarkari Result

Admission

Admission 2023

Admit Card

Admit Card 2023

Answer Key

Answer Key 2023
copyright
Privacy Policy
© 2025 IndiaBIX. All Rights Reserved.

Report