Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 279 Bytes

File metadata and controls

10 lines (6 loc) · 279 Bytes

Default Methods

默认方法允许添加新的功能到现有库的接口中,并能确保与采用旧版本接口编写的代码的二进制兼容性。

参考