# Object-Oriented Programming in Kotlin

DevFeed: [Object-Oriented Programming in Kotlin](<https://devfeed.tech/articles/object-oriented-programming-in-kotlin-11520.md>)

Original publisher: [Read original article](<https://www.kodeco.com/android/paths/object-oriented-programming>)

Published: 2024-05-22T00:00:00Z

Content type: tutorial

Language: en

Sources: [Kodeco | High quality programming tutorials: iOS, Android, Swift, Kotlin, Unity, and more](<https://devfeed.tech/sources/kodeco-high-quality-programming-tutorials-ios-android-swift-kotlin-unity-and-more.md>)

Topics: [Kotlin](<https://devfeed.tech/topics/kotlin.md>), [Programming](<https://devfeed.tech/topics/programming.md>), [Code](<https://devfeed.tech/topics/code.md>)

Tags: [best-practices](<https://devfeed.tech/tags/best-practices.md>), [code](<https://devfeed.tech/tags/code.md>), [course](<https://devfeed.tech/tags/course.md>), [design-patterns](<https://devfeed.tech/tags/design-patterns.md>), [developers](<https://devfeed.tech/tags/developers.md>), [kotlin](<https://devfeed.tech/tags/kotlin.md>), [learn](<https://devfeed.tech/tags/learn.md>), [programming](<https://devfeed.tech/tags/programming.md>)

## AI overview

A course module on writing good object-oriented code in Kotlin, covering best practices and introducing design patterns.

## Source excerpt

Learning to write code is easy, but learning to write "good" code is a different story entirely. In this course, developers will learn best practices when writing object-oriented code as well as be introduced to design patterns.