Object-Oriented C Style Languages: C++, Objective-C, Java, C# - Hyperpolyglot
The compiler may instantiate the wrapper class implicitly; this is called boxing. The compiler also permits use of a wrapper class in the place of the primitive type, or unboxing. C# C# behavior is like Java. Note that C# lacks specific wrapper classes fo...