MCQOPTIONS
Saved Bookmarks
| 1. |
Which of the following statements are correct about enum used in C#.NET? 1.Every enum is derived from an Object class. 2.Every enum is a value type. 3.There does not exist a way to print an element of an enum as a string. 4.Every enu |
| A. | 1, 4 |
| B. | 1, 2, 5 |
| C. | 2, 3, 4 |
| D. | 3, 5 |
| Answer» E. | |