2. Boxing and Unboxing in .NET - Understanding Variable Storage

2. Boxing and Unboxing in .NET - Understanding Variable Storage

Coding Blocks

We discuss what boxing and unboxing is in .NET programming and while our discussion is primarily tied to .NET and the CLR, the same basic principals exist for other OO languages such as Java that run in a virtual machine…

Related tracks