2021年11月11日 星期四
怎么避免类的私有变量向外暴露 - 红鱼儿
红鱼儿| 博客园_红鱼儿 |07:17:00
unit XYZ; ... interface // section to export to external units ... type ... ABCexternal = class // class(EFG) ... private ( all class in this unit ) .
![]() |
最佳浏览:谷歌浏览器 |
红鱼儿| 博客园_红鱼儿 |07:17:00
unit XYZ; ... interface // section to export to external units ... type ... ABCexternal = class // class(EFG) ... private ( all class in this unit ) .