Boxing and Unboxing
IT Notes → C# @ December 22, 2020
- Boxing is the act of casting a value type instance to a reference type instance.
- Unboxing reverses the operation, by casting the object back to the original value type and requires explicit conversion.
Subscribe
Login
0 Comments