Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 228 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 228 Bytes

对象的适配器模式

Painter为要适配的对象

Banner为适配者

PainterBanner是适配器。

适配器继承了Painter接口,内部聚合了一个Banner对象,利用Banner已有的功能 实现Painter的接口