Related resources for Classes In Kotlin
  • Understanding Classes In Kotlin12/7/2017 1:20:17 PM. In the above example, I have created a nested class ‘Nestedclass’ which has a data member ‘b’ and a member method show(),now the object of nested class can access member of nested class only.