3
Answers

What is Struct and Class in C#.

Firstly i want to explain struct is value type and class is reference type .
 class are the support inheritance struct not . If  u have a good example with real word example.

Answers (3)