Programming/C# (vs Java)
shallow copy
= (대입)을 이용한 복사
deep copy
IClonable 객체를 상속받고 Clone 메서드를 오버라이딩 후
사용하는 쪽에서 .DeepCopy() 호출