Is there any course that teaches OOP with Kotlin?
# getting-started
r
Is there any course that teaches OOP with Kotlin?
k
It's kind of the same in every language...
r
yeah right
u
Maybe a good start is looking at java tutorials and learn how to convert between the two
e
OOP is language agnostic on the whole, Kareel is correct. Understanding Polymorphism/Inheritance/Abstraction/Encapsulation etc doesn't come with Kotlin, it comes with understanding concepts and then using the language to apply them.
Assuming the language has features that support it of course. I still miss Smalltalk 🙂