تقييمات الطلاب
( 5 من 5 )
١ تقييمات
فيديو شرح Visitor Design Pattern ضمن كورس Design Patterns شرح قناة Derek Banas، الفديو رقم 26 مجانى معتمد اونلاين
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.