lefex / DSA

Data structure + Algorithm
MIT License
72 stars 9 forks source link

Adapter #18

Open lefex opened 5 years ago

lefex commented 5 years ago

将一个类的接口转换成客户希望的另外一个接口。Adapter模式使得原本由于接口不兼容而不能一起工作的那些类可以一起工作。