What is boxing and unboxing?
Boxing:- Creating a Instance of a object and passing the value of a variable to that object dim x as integer dim y as object y = x - Boxing process x = y - unboxing Unboxing :- passing a value of a object to the varible