BairesDev interview question

What is the difference between struct and classes?

Interview Answer

Anonymous

Aug 31, 2022

Struct are value types and classes are reference types, I described what is each of them and how they behave on the memory