F
Flip
I'm coming from the java world, so I'm sorry if this is a simplistic
question. I've read enough to be dangerous :< and would like a quick
overview.
In java, everything with implemenation is implemented as a class. In C#
there are not only classes but structs, enumerations. I know one is on the
heap (classes?) and one's on the stack (structs?), but more than that, why
are they broken out? It just seems to be a bit over complicated for
something I don't quite see the benefits of? Any gentle nudges in the right
direction would be appreciated. Thanks.
question. I've read enough to be dangerous :< and would like a quick
overview.
In java, everything with implemenation is implemented as a class. In C#
there are not only classes but structs, enumerations. I know one is on the
heap (classes?) and one's on the stack (structs?), but more than that, why
are they broken out? It just seems to be a bit over complicated for
something I don't quite see the benefits of? Any gentle nudges in the right
direction would be appreciated. Thanks.