Subscribe

RSS Feed (xml)

Powered By

Skin Design:
Free Blogger Skins

Powered by Blogger

Search Your Question

Monday, May 5, 2008

What’s the difference between struct and class in C#?

1 Structs cannot be inherited.
2 Structs are passed by value, not by reference.
3 Struct is stored on the stack, not the heap.

No comments:

Archives