享受代码,享受人生

SOA is an integration solution. SOA is message oriented first.
The Key character of SOA is loosely coupled. SOA is enriched
by creating composite apps.
  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

Visitor模式全解

Posted on 2005-08-18 11:11  idior  阅读(13036)  评论(0编辑  收藏  举报
通过和吕震宇wayfarer对Visitor模式的讨论,加深了对Visitor模式的理解. 整个学习过程如下, 希望对想了解Visitor模式的朋友有所帮助.同时感谢博客园提供的良好学习环境.

介绍

存在的问题

不可爱的Visitor

如何让Visitor变的可爱1

如何让Visitor变的可爱2

关于双重分派

Double-Dispatch and Visitor Pattern