Sunday, September 20, 2015

Implementing the Visitor pattern

The Visitor pattern allows to visit an object in a hierarchical way with no need of considering internal details. In this way algorithms can be separated from the object structure on which they operate.

No comments:

Post a Comment