10 Ağustos 2021 Salı

Kotlin Modifiers

Giriş
Açıklaması şöyle
Kotlin has the following visibility modifiers: public, protected, private and internal. internal modifier means that the member is visible within the same module (For e.g. Gradle module, IntelliJ IDEA module, etc). This means other Kotlin modules can’t access classes/members marked with an internal modifier. This feature of Kotlin is helpful in a way such that you can easily access, modify and test the internal functionalities or properties of a module

Hiç yorum yok:

Yorum Gönder