Vidyalelo
C# Programming · Q64

File Handling and Input Output in C Sharp

Programming · C# Programming · question 64

Q64

To apply an attribute to an Assembly, the correct way of implementation is?

A.
[AssemblyInfo: AssemblyDescription ("Csharp")]
B.
[assembly: AssemblyDescription("Csharp")]
Answer
C.
[AssemblyDescription("Csharp")]
D.
(Assembly:AssemblyDescription("Csharp")]

Answer: Option B

Solution

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