1.

What is the difference between struct and class in C#?

Answer»
S.noStructClasses
1.Value-typeReference types
2.Inheritance not supportedInheritance supported
3.Members PUBLIC by DEFAULTMembers PRIVATE by default


Discussion

No Comment Found