3
Answers

What is Struct and Class in C#.

Photo of rahul jaiswal

rahul jaiswal

12y
1.7k
1
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)