Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
Tags
- 플러터
- animation
- 웹크롤러
- 코틀린
- 함수
- kotlin
- text
- List
- Android
- function
- 클래스
- ML
- 다트
- map
- Collection
- python
- texttheme
- variable
- package
- 콜렉션
- set
- textstyle
- Class
- 파이썬
- DART
- crawler
- 크롤러
- pushnamed
- import
- Flutter
Archives
- Today
- Total
목록visibilitymodifier (1)
조용한 담장
코틀린(Kotlin) 클래스(Class) : Visibility Modifiers
코틀린의 Visibility Modifier 를 살펴보자. 원문 https://kotlinlang.org/docs/reference/visibility-modifiers.html 을 보며 정리. class, object, interface, constructor, function, property 와 그들의 setter 들은 visibility modifier 를 가질 수 있다. visibility modifier : private, protected, internal, public 기본은 public 이다. Packages function, property 와 class, object 와 interface 는 package 내에서 최상위에서 바로 선언할 수 있다. // file name: example..
kotlin
2019. 12. 31. 17:54