Visitor: Introduction
Get a brief introduction to the Visitor design pattern.
We'll cover the following...
The Visitor design pattern allows us to modify the behavior of existing objects when we can’t modify these objects directly. Essentially, we allow these objects to be ...