Student Reviews
( 5 Of 5 )
1 review
Video of Visitor Design Pattern in Design Patterns course by Derek Banas channel, video No. 26 free certified online
Code from the Video: http://goo.gl/XkW8s
Welcome to my Visitor Design Pattern Tutorial! This is the last part of my design pattern video tutorial.
The Visitor design pattern allows you to add methods to classes of different types without much altering to those classes. You can make completely different methods depending on the class used with this pattern.
With both the video and the code above you should be able to start using this pattern in your code easily.