study-halle-2/ #56
Replies: 2 comments 1 reply
-
|
안 그래도 근래에 스코프(Scope)란 접근 가능한 범위에 대해 생각할 일이 있었는데요. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
kotlin에 val과 var 이라는 키워드가 있군요. 그러면 val 이라는 키워드는 항상 읽기 전용 변수를 생성할 때 사용하는 키워드 인가요? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
study-halle-2/
목표 기본형, 변수와 배열을 사용하는 방법을 학습한다. 기본형 변수와 배열 사용법 Java 기본형(Primitive Type)은 , , , 처럼 값을 변수에 직접 대입한다. Kotlin Kotlin은 모든 타입을 객체로 취급한다. 하지만 내부적으로 Java의 기본형으로 처리한다. 기본형 종류와 값의 범위 그리고 기본값 Java와 Kotlin 모두 동일한 …
https://devmeeple.github.io/study-halle-2/
Beta Was this translation helpful? Give feedback.
All reactions