- 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 }
推薦閱讀
- 多媒體CAI課件設計與制作導論(第二版)
- Computer Vision for the Web
- GraphQL學習指南
- 程序員面試筆試寶典
- Three.js開發指南:基于WebGL和HTML5在網頁上渲染3D圖形和動畫(原書第3版)
- 三維圖形化C++趣味編程
- C/C++常用算法手冊(第3版)
- Building a Recommendation Engine with Scala
- Spring實戰(第5版)
- SQL Server 2008 R2數據庫技術及應用(第3版)
- Kubernetes進階實戰
- Sails.js Essentials
- Redmine Cookbook
- Java程序設計入門(第2版)
- 計算機程序的構造和解釋(JavaScript版)