박싱과 언박싱(Boxing and Unboxing) - C++/C#/CS 기초 Posted Sep 22, 2025 By Seungmin Lee 1 min read 박싱과 언박싱(Boxing and Unboxing) 📌 개념 정리 값 타입을 참조 타입(object)으로 변환하는 과정(박싱) 참조 타입에서 값 타입으로 다시 변환하는 과정(언박싱) 성능 비용이 발생하므로 제네릭 사용으로 회피 권장 Tech Interview, Study Plan c++ c# computer-science algorithm data-structure operating-system network database design-pattern This post is licensed under CC BY 4.0 by the author. Share