From C#.NET to Kotlin

Getting Started with Kotlin for .NET Developers
https://hadihariri.com/2019/08/16/getting-started-with-kotlin-for-net-developers

JVM Minimal Survival Guide
https://hadihariri.com/2013/12/29/jvm-minimal-survival-guide-for-the-dotnet-developer/

IntelliJ IDEA Minimal Survival Guide
https://hadihariri.com/2014/01/06/intellij-idea-minimal-survival-guide/


Kotlin Multiplatform
KotlinC#
finalsealed
open 
modifier marks classes and methods as overridable. 
By default classes are overridable
Methods: virtual or abstract modifier required