Microsoft .NET supports value types for performance reasons, but everything in .NET is ultimately an object. Value types are allocated on the stack by default, but they can always be converted into a heap-based, reference-type object. What is this conversion called?
1.Conving
2.Boxing
3.TypeModification
4.None of the above
Posted Date:-2022-08-17 09:39:33