MCQOPTIONS
Saved Bookmarks
| 1. |
Which of the following statements are correct about inspecting an attribute in C#.NET? An attribute can be inspected at link-time. An attribute can be inspected at compile-time. An attribute can be inspected at run-time. An attribute can be inspected at design-time. |
| A. | 1, 2 |
| B. | 3, 4 |
| C. | 1, 3, 4 |
| D. | All of the above |
| Answer» B. 3, 4 | |