모든 형식은 Object로부터 파생됨
Value와 reference도 Object로 부터 파생된다.
Object o = i; -> reference = value (비용이 많이 듬) Boxing
int j = (int)o; -> value = reference Unboxing
int j = (int)o
'Education > Bit 18th' 카테고리의 다른 글
If와 Switch (0) | 2009.09.19 |
---|---|
const와 readonly (0) | 2009.09.19 |
ToString의 재정의 (0) | 2009.09.19 |
참조와 값 형식 (0) | 2009.09.19 |
SeaStory DB 백업 파일 (0) | 2009.09.18 |
댓글