ropering / Study

0 stars 0 forks source link

[TIL] 22.04.30 #42

Open ropering opened 2 years ago

ropering commented 2 years ago

Primitive type ↔ Reference type 차이

Primitive type


Reference type


선언(declaration) ↔ 할당(assignment)


선언

할당

References


https://yeastriver.tistory.com/7#:~:text=primitive type 은 쉽게 말해,를 참조하는 타입이다.

[Primitive Type VS Reference Type](https://velog.io/@zzin0/Primitive-Type-VS-Reference-Type#reference-type%EC%B0%B8%EC%A1%B0-%EC%9E%90%EB%A3%8C%ED%98%95)