Net设计模式实例之桥接模式( Bridge Pattern)

一、桥接模式简介(Brief Introduction) 桥接模式(Bridge Pattern),将抽象部分与它的实现部分分离,使的抽象和实现都可以独立地变化。 Decouple an abstraction from its implementation so that the two can vary independently.。 什么是聚合/组合: 聚合(Aggregation),当对象
相关文章
相关标签/搜索