Que:::: What is concept of Boxing and Unboxing?
Boxing is nothing but converting a value type object to a reference type object. Unboxing is completely explicit.
Post a Comment
1 comment:
Boxing is nothing but converting a value type object to a reference type object. Unboxing is completely explicit.
Post a Comment