Skip to content
StackPractices

Tag: double-dispatch

Browse 1 practical software engineering resources tagged with "double-dispatch". Discover code recipes, design patterns, documentation templates, and in-depth guides to help you build, deploy, and maintain production-ready solutions involving double-dispatch.

Visitor Pattern

Represent an operation to be performed on elements of an object structure without changing the classes of the elements. A behavioral design pattern.