Information

Showing posts with label classes V/s Structs. Show all posts
Showing posts with label classes V/s Structs. Show all posts
Wednesday, May 18, 2011

What is the difference between classes and structs in Microsoft.Net?

›
A struct is a value type, while a class is a reference type. When we instantiate a class, memory will be allocated on the heap. When st...
›
Home
View web version
Powered by Blogger.