Visitor: Introduction

Get a brief introduction to the Visitor design pattern.

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 ...