Saved Bookmarks
| 1. |
Explain Boxing And Unboxing In .net. |
|
Answer» Boxing PERMITS any value type to be IMPLICITLY CONVERTED to type object or to any interface type Implemented by value Boxing permits any value type to be implicitly converted to type object or to any interface type Implemented by value |
|