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(“Ankit”,employeeid.one)]. |
| C. | [ Employer(“Ankit”, employeeid.second)] class employee{} |
| D. | All of the mentioned |
| Answer» E. | |