Facade Pattern

Facades are all around us in the real world. Operating System are one such example - you don't see all the inner working of your computer, but the OS provides a simplified interface to use the machine. Buildings also have a facade - the exterior of the building. The people walking past the road can only see this glass face of the building. They do not know anything about it, the wiring, the pipes and other complexities. The face hides all the complexities of the building and displays a friendly face. So, in a netshell, a Facade aims to make things look cleaner and more appealling.

 

 

This is how facade pattern is used. It hides the complexities of the system and provides an interface to the client form where the client can access the system. In java, the interface JDBC can be called a facade. We as users or clients create connection using the "java.sql.Connection" interface, the implemention of which we are not concerned about. the implemention is left to the verdor of driver.

 

1. Composite Pattern:将对象组合成树形结构来表示“部分-整体”的层次结构,使得用户对单个对象和组合对象的使用具有一致性。常用于处理树形结构中的问题。 2. Decorator Pattern:动态地给对象添加一些额外的职责。可以通过包装一个装饰类来实现对原有类的功能扩展,而不需要修改原有类的代码。常用于需要在运行时动态地添加或删除对象的功能。 3. Strategy Pattern:定义一系列算法,将它们一个个封装起来,并且使它们可以相互替换。使得算法可以独立于使用它的客户端而变化。常用于需要在运行时动态地选择算法的情况。 4. Template Pattern:定义一个操作中的算法的骨架,而将一些步骤延迟到子类中。使得子类可以不改变一个算法的结构即可重新定义该算法的某些特定步骤。常用于算法的框架已经确定,但某些步骤需要由子类来实现的情况。 5. Factory Pattern:定义一个用于创建对象的接口,让子类决定实例化哪一个类。使得一个类的实例化延迟到其子类。常用于需要根据不同的条件创建不同的对象的情况。 6. Observer Pattern:定义了对象之间的一对多依赖关系,当一个对象的状态发生改变时,所有依赖于它的对象都会得到通知并自动更新。常用于需要实现对象之间的消息传递或者事件触发机制的情况。 7. Builder Pattern:将一个复杂对象的构造过程分解为多个简单的对象构造过程,使得同样的构造过程可以创建不同的表示。常用于需要创建复杂对象的情况。 8. Facade Pattern:为子系统中的一组接口提供一个统一的接口,使得子系统更加容易使用。常用于需要简化复杂系统使用的情况。 9. Adapter Pattern:将一个类的接口转换成客户端希望的另一个接口,使得原本由于接口不兼容而不能一起工作的类可以在一起工作。常用于需要将旧接口转换成新接口的情况。
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值