BairesDev interview question

What is the difference between struct and classes?

Interview Answer

Anonymous

31 Aug 2022

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