class vs structure c#
Posted
by Enriquev
on Stack Overflow
See other posts from Stack Overflow
or by Enriquev
Published on 2010-05-03T22:53:37Z
Indexed on
2010/05/03
22:58 UTC
Read the original article
Hit count: 258
I'm doing course 3354 (Implementing System Types and Interfaces in the .NET Framework 2.0) and it is said that for simple classes, with members variables and functions, it is better to use a struct than a class because of overhead.
I have never heard of such a thing, what is the validity of this claim?
© Stack Overflow or respective owner