1)

Which statement is true about C# structures vs C# classes?


A) Structs are value types and classes are reference types.

B) Structures do not support inheritance.

C) Structures cannot have default constructor

D) All of the above.

Answer:

Option D

Explanation:

All of the above options are correct.