读书人

设计模式-外观方式

发布时间: 2014-04-28 18:33:34 作者: rapoo

设计模式-外观模式
外观模式(Facade Pattern)
外观模式是软件工程中常用的一种软件设计模式。它为子系统中的一组接口提供一个统一的高层接口。这一接口使得子系统更加容易使用。

start the computer!cpu startup!memory startup!disk startup!start computer finished!begin to close the computer!cpu shutdown!memory shutdown!disk shutdown!computer closed!

读书人网 >软件开发

热点推荐