

MCQOPTIONS
Saved Bookmarks
1. |
Choose the wrong statement about structures in C#.NET? |
A. | Structures can be declared within a procedure |
B. | Structures can implement an interface but they cannot inherit from another structure |
C. | Structure members cannot be declared as protected |
D. | A structure cannot be empty |
Answer» B. Structures can implement an interface but they cannot inherit from another structure | |