Posts

Showing posts from April, 2022

Boxing and Unboxing

Image
  BOXING AND UNBOXING IN.NET :-                      For understanding Boxing and Unboxing 1st we should know about the Value type  and Refrence type  :- VALUE TYPE AND REFRENCE TYPE :-     Value type :- value type hold the value within its own memory which allocated to the stack.                                                                     and its create a fresh memory for every data .                                                                                                    ...