Update Readme.md
This commit is contained in:
mikr
2020-01-01 22:14:33 +01:00
parent e6aa30a7ca
commit a11301b9be
2 changed files with 3 additions and 3 deletions

View File

@@ -1,10 +1,10 @@
## Core Kotlin
This module contains articles about core Kotlin.
This module contains articles about Object-Oriented Programming in Kotlin
### Relevant articles:
- [Generics in Kotlin](https://www.baeldung.com/kotlin-generics)
- [Delegated Properties in Kotlin](https://www.baeldung.com/kotlin-delegated-properties)
- [Delegation Pattern in Kotlin](https://www.baeldung.com/kotlin-delegation-pattern)
- [[<-- Prev]](/core-kotlin-lang-oop)

View File

@@ -1,6 +1,6 @@
## Core Kotlin Lang OOP
This module contains articles about core Kotlin language OOP.
This module contains articles about Object-Oriented Programming in Kotlin
### Relevant articles: