

MCQOPTIONS
Saved Bookmarks
1. |
The correct way to apply the custom attribute called Employer which receives two arguements name of the employee and employeeid is? |
A. | Custom attribute can be applied to an assembly |
B. | [assembly : Employer( Hanna ,employeeid.one)]. |
C. | [ Employer( Hanna , employeeid.second)] class employee{} |
D. | All of the mentioned |
Answer» E. | |