Boxing and Unboxing
I'm starting a new YouTube series on frequently asked "Gotcha" programming interview questions.
First up: Boxing and Unboxing.
Boxing is where you take a value type and convert it to a reference type. Unboxing is where you take a reference type and convert it back to a value type.
コメント