adspace
Answer Posted / Rahul Chakraborty
Structs (structures) are value types in C#. They provide a lightweight alternative to classes and are particularly useful for small, simple data containers like numbers, dates, and custom data structures that don't require inheritance or garbage collection.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers