1)

Select the wrong statement about structures in C#.NET?


A) Structures can be declared within a procedure

B) Structures cannot inherit from another structure but they can implement an interface

C) Structure members cannot be decorated with protected access specifier

D) A structure cannot be empty

Answer:

Option A