1.

What Is Boxing And Unboxing?

Answer»

==Boxing
Value type to OBJECT type. ALLOCATES memory on Heap.

==UNBOXING
Object type to value type. Allocates memory on Stack

==Boxing
Value type to object type. Allocates memory on Heap.

==UnBoxing
Object type to value type. Allocates memory on Stack



Discussion

No Comment Found