2020-Feb Visitor Pattern DefinitionThe visitor pattern is used to separate a relatively complex set of structured data classes from the functionality that may be performed upon the data that they hold. References http://www.blackwasp.co.uk/gofpatterns.aspx http://www.blackwasp.co.uk/Visitor.aspx Newer Template Method Pattern Older Software Vulnerability