Talk:Comparison of C Sharp and Java: Difference between revisions

Content deleted Content added
No edit summary
SineBot (talk | contribs)
m Signing comment by 71.66.101.171 - ""
Line 28:
Boxing is the process of converting a value type to the type object or to any interface type implemented by this value type. When the CLR boxes a value type, it wraps the value inside a System.Object and stores it on the managed heap. Unboxing extracts the value type from the object. Boxing is implicit; unboxing is explicit. The concept of boxing and unboxing underlies the C# unified view of the type system in which a value of any type can be treated as an object.
 
Which is available at this link: https://msdn.microsoft.com/en-us/library/yz2be5wk.aspx <!-- Template:Unsigned IP --><small class="autosigned">—&nbsp;Preceding [[Wikipedia:Signatures|unsigned]] comment added by [[Special:Contributions/71.66.101.171|71.66.101.171]] ([[User talk:71.66.101.171|talk]]) 01:57, 10 August 2016 (UTC)</small> <!--Autosigned by SineBot-->
 
== Page Is Irrelevent ==