Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Visitor Pattern

Visitor is a behavioral design pattern that lets you separate algorithms from the objects on which they operate. source

In this example ShapeVistor is a visitor of Shape.