██████████████████████████████████████████████████████████████████████


Que:::: What is concept of Boxing and Unboxing?

1 comment:

Harendra said...

Boxing is nothing but converting a value type object to a reference type object. Unboxing is completely explicit.