https://github.com/rkdh2/kotlinstudy
Kotiln 학습
https://github.com/rkdh2/kotlinstudy
Last synced: 2 months ago
JSON representation
Kotiln 학습
- Host: GitHub
- URL: https://github.com/rkdh2/kotlinstudy
- Owner: RKDH2
- Created: 2024-08-25T07:34:37.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-09-16T14:09:03.000Z (8 months ago)
- Last Synced: 2024-09-17T13:09:09.028Z (8 months ago)
- Language: Kotlin
- Size: 121 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# KotlinStudy
- section_01 : Var과 Val, nullable
- section_02 : 형변환과 배열
- section_03 : 함수
- section_04 : 스마트 캐스팅, is, !is, when 연산자, 자료형 Any
- section_05 : for 반복문 (.., step, downTo)
- section_06 : 레이블 (Lable) 사용 방법
- section_07 : 클래스, 클래스 메서드, 생성자, 보조 생성자, 클래스 상속, 오버라이딩, 추상화, 인터페이스
- section_08 : 고차 함수, 람다 함수, 접근 제한자, 스코프 함수 (apply, run, with, also / let)
- section_09 : 오브젝트 (Object), Companion Object
- section_10 : 익명 객체와 옵저버 패턴 옵저버 패턴
- section_11 : 클래스의 다형성
- section_12 : 제네릭
- section_13 : 리스트(List), 뮤터블 리스트(MutableList)
- section_14 : 문자열 다루기 (문자열 관련 메서드 정리)
- section_15 : Null 값을 처리하고 동일한지 확인하는 방법
- section_16 : 코틀린에서 함수 인자 처리 및 Infix 함수 사용법