GeekArticles
Java
Core JavaCooperative Visitor: A Template Technique for Visitor Creation
Author: artima.com |
Published: 12th Jul 2007 |
Visited: 155 times |
Add CommentFiled in: Core Java
This article presents a flexible and efficient variation of the Visitor design pattern in C++ that accommodates arbitrary argument and return types.
Read Article Sponsored Links
Related Articles
• The Hidden Frame Technique Building an Ajax based application is all about the proper use of hidden frame technique. It is a smart way of building an Ajax based application. You can build a basic looking website but behind that is a powerful JavaScript coding that streams information asynchronously. The user will not see it b ...