Back to Browse

Visitor Design Pattern

287.8K views
Nov 2, 2012
13:30

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.

Download

1 formats

Video Formats

360pmp423.5 MB

Right-click 'Download' and select 'Save Link As' if the file opens in a new tab.

Visitor Design Pattern | NatokHD