- Learn Kotlin Programming(Second Edition)
- Stephen Samuel Stefan Bocutiu
- 63字
- 2021-06-24 14:13:29
Internal
Internal deals with the concept of a module. A module is defined as a Maven, Gradle, or an IntelliJ module. Any code that is marked as internal is visible from other classes and functions inside the same module. Effectively, internal acts as public to a module, rather than public to the universe:
internal class Person { fun age(): Int = 21 }
推薦閱讀
- Oracle Database In-Memory(架構與實踐)
- INSTANT CakePHP Starter
- C語言程序設計案例式教程
- Web Application Development with MEAN
- Advanced Oracle PL/SQL Developer's Guide(Second Edition)
- Mastering Android Development with Kotlin
- Python數據結構與算法(視頻教學版)
- C#實踐教程(第2版)
- Learning Probabilistic Graphical Models in R
- Mastering ROS for Robotics Programming
- CRYENGINE Game Development Blueprints
- Clean Code in C#
- Cocos2d-x by Example:Beginner's Guide(Second Edition)
- 從Excel到Python數據分析:Pandas、xlwings、openpyxl、Matplotlib的交互與應用
- MyBatis 3源碼深度解析