/images/avatar.png

封装性

封装性在Java中的体现 方法就是一种封装 private关键字也是一种封装 方法封装 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 //封装就是将一些细节隐藏起

Git learning notes

Git is a free and open source distributed version control system designed to handle everything from small to very large projects with speed and efficiency. Git

Inheritance

When you inherit from an existing class, you reuse its method, and you can add new method and fields to adapt your new class to new situations.