Softech A.S interview question

What are the differences between struct and class?

Interview Answer

Anonymous

1 Jun 2022

Class is a reference type. Struct is a value type.