Home » C# Programming » Structures

Which of the following statements are correct about Structures used in C#.NET? A Structure can be declared within a procedure. Structs can implement an interface but they cannot inherit from another struct. struct members cannot be declared as protected. A Structure can be empty. It is an error to initialize an instance field in a struct.

← Previous Next →

Discussion & Comments

No comments yet. Be the first to comment!