1. Value Type (Primitive Type) ( (값 타입)
메모리 - Stack에 할당
aPersonMoney는 선언된 블럭이 끝나면 메모리 해지
string
string은 reference Type (겉으로는 valueType처럼 사용)
2. Reference Type (참조 타입)
메모리 - Heap에 할당
시스템에서 Garbage Collection이 실행되면 메모리 해지
메모리를 참조하는 곳이 없으면 메모리 해지