Understanding The Visitor Design Pattern
Ryan Schachte Ryan Schachte
39.4K subscribers
58,396 views
1.6K

 Published On Jan 19, 2019

Please support me on Patreon:   / thesimpleengineer  
  / thesimpengineer     / schachte  
https://ryan-schachte.com

Don't forget to subscribe! ➨ Website -
➨ New Video! -    • Docker Client, Images and Containers  
➨   / the-simple-engineer-809577752710435  
➨ Github - https://github.com/schachte
---------------------------------------------------------------
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.

Credit: https://www.javagists.com/java-visito...

show more

Share/Embed