Skip to content

Latest commit

 

History

History
 
 

visitor

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Visitor Pattern

Allows for one or more operation to be applied to a set of objects at runtime, decoupling the operations from the object structure.

GOF