Libraries: visitor - behavioral design pattern

 

visitor - behavioral design pattern:

represent an operation to be performed on the elements of an object structure. visitor lets you define a new operation without changing the classes of the elements on which it operates

Author: DMITRII PECHERITSA