Skip to content
Jacob's 百宝箱
搜索文档
K
Main Navigation
导航
博客
指南
Web开发
VitePress
npm
编程
Python
C++
Rust
Git
文件读写
系统技巧
macOS
Windows
生活
体重记录
游戏
游戏攻略
游戏租赁
API参考
符号大全
Appearance
Menu
Return to top
On this page
封装(Encapsulation)
封装是面向对象编程的三大特性之一,将数据和操作数据的方法封装在一起,隐藏内部实现细节。
主要内容
TODO: 待补充