Click here to Skip to main content
15,891,513 members
Articles / Programming Languages / UML

Visitor Pattern - ReExplained

Rate me:
Please Sign up or sign in to vote.
4.41/5 (9 votes)
17 Mar 2015CPOL10 min read 28.2K   21  
Visitor pattern separates business logic form an data structure on which it operates which allows adding new operations to existing data structure without modifying it.

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer (Senior)
India India
I am Lalit Chandra. I have 6 year of working experience in .Net technologies. Currently using C#, ASP.NET & ASP.NET MVC to create Information Systems, e-commerce Portals and Data driven applications. I have designed and implemented flexible solutions which support frequent UI and functionality changes.

Comments and Discussions