Softech A.S Interview Question

What are the differences between struct and class?

Interview Answer

Anonymous

Jun 1, 2022

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