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 | 29 | 30 |
Tags
- textstyle
- crawler
- text
- function
- 클래스
- animation
- kotlin
- 플러터
- DART
- import
- 함수
- Collection
- 코틀린
- 크롤러
- Class
- Android
- List
- 콜렉션
- package
- texttheme
- ML
- map
- 파이썬
- variable
- 웹크롤러
- 다트
- set
- Flutter
- pushnamed
- python
Archives
- Today
- Total
목록visibilitymodifier (1)
조용한 담장

코틀린의 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