Vidyalelo
C# Programming · Q128

Classes and Objects in C Sharp

Programming · C# Programming · question 128

Q128

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

A.
Structures can be declared within a procedure
Answer
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: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board