java-tutorials/core-kotlin-modules/core-kotlin-lang-oop-2/README.md

12 lines
516 B
Markdown
Raw Normal View History

## Core Kotlin Lang OOP
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)
2020-07-23 10:42:52 -04:00
- [Anonymous Inner Classes in Kotlin](https://www.baeldung.com/kotlin/anonymous-inner-classes)
- [[<-- Prev]](/core-kotlin-modules/core-kotlin-lang-oop)