MCQOPTIONS
Saved Bookmarks
| 1. |
Which of the following statements are correct about Structures used in C#.NET? 1.A Structure can be declared within a procedure. 2.Structs can implement an interface but they cannot inherit from another struct. 3.struct members cannot be |
| A. | 2, 3, 5 |
| B. | 1, 2, 4 |
| C. | 1, 3 |
| D. | 2, 4 |
| Answer» B. 1, 2, 4 | |