Simple&Natural

코틀린의 캡슐화 본문

언어/Java&Kotlin

코틀린의 캡슐화

Essense 2020. 3. 19. 20:44
728x90

동일한 기능의 두 클래스를 자바와 코틀린으로 만들었을 때의 차이이다.

 

 

Java

 

 

 

Kotlin

 

 

 

 

 

참고자료

https://alexdunn.org/2018/01/25/android-kotlin-basics-property-encapsulation/

 

Android Kotlin Basics – Property Encapsulation

About This Series This “Android Kotlin Basics” blog series is all about fundamentals. We’ll take a look at the basics of building Android apps with Kotlin from the SUPER basics, t…

alexdunn.org

 

728x90

'언어 > Java&Kotlin' 카테고리의 다른 글

Kotlin의 null처리  (0) 2020.03.20
computeIfAbsent() vs putIfAbsent()  (0) 2020.03.20
자바에서 hashcode, identityHashcode, equals, == 연산자의 비교  (0) 2020.03.16
for문 조건  (0) 2020.02.26
스코프함수 정리  (0) 2020.02.25