Skip to content

Latest commit

 

History

History
52 lines (27 loc) · 708 Bytes

10-Interfaces.md

File metadata and controls

52 lines (27 loc) · 708 Bytes

[TOC]

第十章 接口

抽象类和方法

接口创建

抽象类和接口

完全解耦

多接口结合

使用继承扩展接口

接口适配

接口字段

接口嵌套

接口和工厂方法模式

本章小结