你可能感兴趣的试题
备忘录(Memento) 策略(Strategy) 状态(State) 观察者(Observer)
提供创建一系列相关或相互依赖的对象的接口,而无需指定这些对象所属的具体类 可应用于一个系统要由多个产品系列中的一个来配置的时候 可应用于强调一系列相关产品对象的设计以便进行联合使用的时候 可应用于希望使用已经存在的类,但其接口不符合需求的时候
Composite(组合) Proxy(代理) Bridge(桥接) Command(命令)
DataAccess AccountDM CustomerDM DataAccessImpl
类LightCommand和类Light 类TVCommand和类TV 类RemoteController、类LightCommand和类TVCommand 类RemoteController、类Light和类TV
DataAccess AccountDM CustomerDM DataAccessImpl
DataAccess AccountDM CustomerDM DataAccesslmpl
Bank Account Checking Savings
Composite(组合) Proxy(代理) Bridge(桥接) Command(命令)
Command Factory Method Composite Class Adapter
Composite(组合) Proxy(代理) Bridge(桥接) Command(命令)
Command Bridge Composite Proxy
Command Bridge Composite Proxy
Adapter模式 Command模式 Observer模式 Strategy模式
DataAccess DataAccessImpl CustomerDM AccountDM