Vidyalelo
C# Programming · Q108

File Handling and Input Output in C Sharp

Programming · C# Programming · question 108

Q108

The correct way to apply the custom attribute called Employer which receives two arguments – name of the employee and employeeid is?

A.
Custom attribute can be applied to an assembly
B.
[assembly : Employer("Ankit",employeeid.one)]
D.
All of the mentioned
Answer

Answer: Option D

Solution

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